Html Css Color HEX #377941 Japanese Laurel

📋 copy color: '#377941'

red 55 ◦ green 121 ◦ blue 65

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

Shades of Japanese Laurel #377941

Tints of Japanese Laurel #377941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 22.82%
G = 50.21%
B = 26.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#377941 (or 0x377941) is known color: Japanese Laurel. HEX triplet: 37, 79 and 41. RGB value is (55,121,65). Sum of RGB (Red+Green+Blue) = 55+121+65=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #377941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377941 is #C886BE. Grayscale: #5F5F5F. Windows color (decimal): -13141695 or 4290871. OLE color: 4290871.

HSL color Cylindrical-coordinate representation of color #377941: hue angle of 129.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377941 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 121 65 -
CMYK 0.55 0 0.46 0.53
HSL 129.09º 0.38% 0.35% -
HSV(B) 129.09º 0.55% 0.47% -
XYZ 9.37 14.87 7.38 -
YUV 94.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 55 121 65 0.55 0 0.46 0.53 129.09 0.38 0.35
Hex 37 79 41 37 0 2E 35 81 26 23
Octal 67 171 101 67 0 56 65 201 46 43
Binary 110111 1111001 1000001 110111 0 101110 110101 10000001 100110 100011

Color Harmonies of #377941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377941

Black with #377941

Text Example


Text Example

White with #377941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377941; }

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

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

background-color css

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

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

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

border-color css

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

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

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