Html Css Color HEX #3A733B Japanese Laurel

📋 copy color: '#3A733B'

red 58 ◦ green 115 ◦ blue 59

#3A733B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3A733B

Tints of Japanese Laurel #3A733B

RGB

 RED value IS 58 (23.05% from 255) = 25%

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 25%
G = 49.57%
B = 25.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A733B (or 0x3A733B) is known color: Japanese Laurel. HEX triplet: 3A, 73 and 3B. RGB value is (58,115,59). Sum of RGB (Red+Green+Blue) = 58+115+59=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #3A733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A733B is #C58CC4. Grayscale: #5B5B5B. Windows color (decimal): -12946629 or 3896122. OLE color: 3896122.

HSL color Cylindrical-coordinate representation of color #3A733B: hue angle of 121.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A733B is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 115 59 -
CMYK 0.50 0 0.49 0.55
HSL 121.05º 0.33% 0.34% -
HSV(B) 121.05º 0.5% 0.45% -
XYZ 8.67 13.48 6.28 -
YUV 91.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 58 115 59 0.50 0 0.49 0.55 121.05 0.33 0.34
Hex 3A 73 3B 32 0 31 37 79 21 22
Octal 72 163 73 62 0 61 67 171 41 42
Binary 111010 1110011 111011 110010 0 110001 110111 1111001 100001 100010

Color Harmonies of #3A733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A733B

Black with #3A733B

Text Example


Text Example

White with #3A733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A733B; }

 p { color: rgb(58,115,59); }

 H1.HeaderClassName
 {
   color: #3A733B;
 }
 .AnyTagClassName
 {
   color: #3A733B;
 }
</style>

background-color css

<style>
 a { background-color: #3A733B; }

 a { background-color: rgb(58,115,59); }

 div.DivClassName
 {
   background-color: #3A733B;
 }
 .BgClassName
 {
   background-color: #3A733B;
 }
</style>

border-color css

<style>
 span { border-color: #3A733B; }

 span { border-color: rgb(58,115,59); }

 td.TdClassName
 {
   border-color: #3A733B;
 }
 .TagClassName
 {
   border-color: #3A733B;
 }
</style>