Html Css Color HEX #376D3A Japanese Laurel

📋 copy color: '#376D3A'

red 55 ◦ green 109 ◦ blue 58

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

Shades of Japanese Laurel #376D3A

Tints of Japanese Laurel #376D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.1%

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 24.77%
G = 49.1%
B = 26.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#376D3A (or 0x376D3A) is known color: Japanese Laurel. HEX triplet: 37, 6D and 3A. RGB value is (55,109,58). Sum of RGB (Red+Green+Blue) = 55+109+58=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #376D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D3A is #C892C5. Grayscale: #575757. Windows color (decimal): -13144774 or 3829047. OLE color: 3829047.

HSL color Cylindrical-coordinate representation of color #376D3A: hue angle of 123.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D3A is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 109 58 -
CMYK 0.50 0 0.47 0.57
HSL 123.33º 0.33% 0.32% -
HSV(B) 123.33º 0.5% 0.43% -
XYZ 7.81 12.05 5.92 -
YUV 87.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 55 109 58 0.50 0 0.47 0.57 123.33 0.33 0.32
Hex 37 6D 3A 32 0 2F 39 7B 21 20
Octal 67 155 72 62 0 57 71 173 41 40
Binary 110111 1101101 111010 110010 0 101111 111001 1111011 100001 100000

Color Harmonies of #376D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D3A

Black with #376D3A

Text Example


Text Example

White with #376D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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