Html Css Color HEX #377241 Japanese Laurel

📋 copy color: '#377241'

red 55 ◦ green 114 ◦ blue 65

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

Shades of Japanese Laurel #377241

Tints of Japanese Laurel #377241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 23.5%
G = 48.72%
B = 27.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#377241 (or 0x377241) is known color: Japanese Laurel. HEX triplet: 37, 72 and 41. RGB value is (55,114,65). Sum of RGB (Red+Green+Blue) = 55+114+65=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #377241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377241 is #C88DBE. Grayscale: #5A5A5A. Windows color (decimal): -13143487 or 4289079. OLE color: 4289079.

HSL color Cylindrical-coordinate representation of color #377241: hue angle of 130.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377241 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 65 -
CMYK 0.52 0 0.43 0.55
HSL 130.17º 0.35% 0.33% -
HSV(B) 130.17º 0.52% 0.45% -
XYZ 8.55 13.23 7.1 -
YUV 90.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 55 114 65 0.52 0 0.43 0.55 130.17 0.35 0.33
Hex 37 72 41 34 0 2B 37 82 23 21
Octal 67 162 101 64 0 53 67 202 43 41
Binary 110111 1110010 1000001 110100 0 101011 110111 10000010 100011 100001

Color Harmonies of #377241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377241

Black with #377241

Text Example


Text Example

White with #377241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377241; }

 p { color: rgb(55,114,65); }

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

background-color css

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

 a { background-color: rgb(55,114,65); }

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

border-color css

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

 span { border-color: rgb(55,114,65); }

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