Html Css Color HEX #377D34 Japanese Laurel

📋 copy color: '#377D34'

red 55 ◦ green 125 ◦ blue 52

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

Shades of Japanese Laurel #377D34

Tints of Japanese Laurel #377D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 23.71%
G = 53.88%
B = 22.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#377D34 (or 0x377D34) is known color: Japanese Laurel. HEX triplet: 37, 7D and 34. RGB value is (55,125,52). Sum of RGB (Red+Green+Blue) = 55+125+52=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #377D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D34 is #C882CB. Grayscale: #5F5F5F. Windows color (decimal): -13140684 or 3439927. OLE color: 3439927.

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

Color convert

RGB 55 125 52 -
CMYK 0.56 0 0.58 0.51
HSL 117.53º 0.41% 0.35% -
HSV(B) 117.53º 0.58% 0.49% -
XYZ 9.53 15.73 5.78 -
YUV 95.75 103.31 98.94 -
System Red Green Blue C M Y K H S L
Decimal 55 125 52 0.56 0 0.58 0.51 117.53 0.41 0.35
Hex 37 7D 34 38 0 3A 33 76 29 23
Octal 67 175 64 70 0 72 63 166 51 43
Binary 110111 1111101 110100 111000 0 111010 110011 1110110 101001 100011

Color Harmonies of #377D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D34

Black with #377D34

Text Example


Text Example

White with #377D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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