Html Css Color HEX #377238 Japanese Laurel

📋 copy color: '#377238'

red 55 ◦ green 114 ◦ blue 56

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

Shades of Japanese Laurel #377238

Tints of Japanese Laurel #377238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 24.44%
G = 50.67%
B = 24.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#377238 (or 0x377238) is known color: Japanese Laurel. HEX triplet: 37, 72 and 38. RGB value is (55,114,56). Sum of RGB (Red+Green+Blue) = 55+114+56=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #377238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377238 is #C88DC7. Grayscale: #595959. Windows color (decimal): -13143496 or 3699255. OLE color: 3699255.

HSL color Cylindrical-coordinate representation of color #377238: hue angle of 121.02º 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 #377238 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 56 -
CMYK 0.52 0 0.51 0.55
HSL 121.02º 0.35% 0.33% -
HSV(B) 121.02º 0.52% 0.45% -
XYZ 8.31 13.13 5.84 -
YUV 89.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 55 114 56 0.52 0 0.51 0.55 121.02 0.35 0.33
Hex 37 72 38 34 0 33 37 79 23 21
Octal 67 162 70 64 0 63 67 171 43 41
Binary 110111 1110010 111000 110100 0 110011 110111 1111001 100011 100001

Color Harmonies of #377238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377238

Black with #377238

Text Example


Text Example

White with #377238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377238; }

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

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

background-color css

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

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

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

border-color css

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

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

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