Html Css Color HEX #3A7037 Japanese Laurel

📋 copy color: '#3A7037'

red 58 ◦ green 112 ◦ blue 55

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

Shades of Japanese Laurel #3A7037

Tints of Japanese Laurel #3A7037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 25.78%
G = 49.78%
B = 24.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#3A7037 (or 0x3A7037) is known color: Japanese Laurel. HEX triplet: 3A, 70 and 37. RGB value is (58,112,55). Sum of RGB (Red+Green+Blue) = 58+112+55=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7037 is #C58FC8. Grayscale: #595959. Windows color (decimal): -12947401 or 3633210. OLE color: 3633210.

HSL color Cylindrical-coordinate representation of color #3A7037: hue angle of 116.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7037 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 55 -
CMYK 0.48 0 0.51 0.56
HSL 116.84º 0.34% 0.33% -
HSV(B) 116.84º 0.51% 0.44% -
XYZ 8.23 12.76 5.64 -
YUV 89.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 58 112 55 0.48 0 0.51 0.56 116.84 0.34 0.33
Hex 3A 70 37 30 0 33 38 75 22 21
Octal 72 160 67 60 0 63 70 165 42 41
Binary 111010 1110000 110111 110000 0 110011 111000 1110101 100010 100001

Color Harmonies of #3A7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7037

Black with #3A7037

Text Example


Text Example

White with #3A7037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,55); }

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

background-color css

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

 a { background-color: rgb(58,112,55); }

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

border-color css

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

 span { border-color: rgb(58,112,55); }

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