Html Css Color HEX #376F3E Japanese Laurel

📋 copy color: '#376F3E'

red 55 ◦ green 111 ◦ blue 62

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

Shades of Japanese Laurel #376F3E

Tints of Japanese Laurel #376F3E

RGB

 RED value IS 55 (21.88% from 255) = 24.12%

 GREEN value IS 111 (43.75% from 255) = 48.68%

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 24.12%
G = 48.68%
B = 27.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#376F3E (or 0x376F3E) is known color: Japanese Laurel. HEX triplet: 37, 6F and 3E. RGB value is (55,111,62). Sum of RGB (Red+Green+Blue) = 55+111+62=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #376F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F3E is #C890C1. Grayscale: #585858. Windows color (decimal): -13144258 or 4091703. OLE color: 4091703.

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

Color convert

RGB 55 111 62 -
CMYK 0.50 0 0.44 0.56
HSL 127.5º 0.34% 0.33% -
HSV(B) 127.5º 0.5% 0.44% -
XYZ 8.13 12.53 6.55 -
YUV 88.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 55 111 62 0.50 0 0.44 0.56 127.5 0.34 0.33
Hex 37 6F 3E 32 0 2C 38 80 22 21
Octal 67 157 76 62 0 54 70 200 42 41
Binary 110111 1101111 111110 110010 0 101100 111000 10000000 100010 100001

Color Harmonies of #376F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F3E

Black with #376F3E

Text Example


Text Example

White with #376F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F3E; }

 p { color: rgb(55,111,62); }

 H1.HeaderClassName
 {
   color: #376F3E;
 }
 .AnyTagClassName
 {
   color: #376F3E;
 }
</style>

background-color css

<style>
 a { background-color: #376F3E; }

 a { background-color: rgb(55,111,62); }

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

border-color css

<style>
 span { border-color: #376F3E; }

 span { border-color: rgb(55,111,62); }

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