Html Css Color HEX #377D37 Japanese Laurel

📋 copy color: '#377D37'

red 55 ◦ green 125 ◦ blue 55

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

Shades of Japanese Laurel #377D37

Tints of Japanese Laurel #377D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.19%

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 23.4%
G = 53.19%
B = 23.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#377D37 (or 0x377D37) is known color: Japanese Laurel. HEX triplet: 37, 7D and 37. RGB value is (55,125,55). Sum of RGB (Red+Green+Blue) = 55+125+55=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #377D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D37 is #C882C8. Grayscale: #606060. Windows color (decimal): -13140681 or 3636535. OLE color: 3636535.

HSL color Cylindrical-coordinate representation of color #377D37: hue angle of 120º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D37 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 55 -
CMYK 0.56 0 0.56 0.51
HSL 120º 0.39% 0.35% -
HSV(B) 120º 0.56% 0.49% -
XYZ 9.6 15.76 6.15 -
YUV 96.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 55 125 55 0.56 0 0.56 0.51 120 0.39 0.35
Hex 37 7D 37 38 0 38 33 78 27 23
Octal 67 175 67 70 0 70 63 170 47 43
Binary 110111 1111101 110111 111000 0 111000 110011 1111000 100111 100011

Color Harmonies of #377D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D37

Black with #377D37

Text Example


Text Example

White with #377D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D37; }

 p { color: rgb(55,125,55); }

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

background-color css

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

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

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

border-color css

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

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

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