Html Css Color HEX #377634 Japanese Laurel

📋 copy color: '#377634'

red 55 ◦ green 118 ◦ blue 52

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

Shades of Japanese Laurel #377634

Tints of Japanese Laurel #377634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

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

R = 24.44%
G = 52.44%
B = 23.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#377634 (or 0x377634) is known color: Japanese Laurel. HEX triplet: 37, 76 and 34. RGB value is (55,118,52). Sum of RGB (Red+Green+Blue) = 55+118+52=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #377634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377634 is #C889CB. Grayscale: #5B5B5B. Windows color (decimal): -13142476 or 3438135. OLE color: 3438135.

HSL color Cylindrical-coordinate representation of color #377634: hue angle of 117.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377634 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 118 52 -
CMYK 0.53 0 0.56 0.54
HSL 117.27º 0.39% 0.33% -
HSV(B) 117.27º 0.56% 0.46% -
XYZ 8.67 14.02 5.5 -
YUV 91.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 55 118 52 0.53 0 0.56 0.54 117.27 0.39 0.33
Hex 37 76 34 35 0 38 36 75 27 21
Octal 67 166 64 65 0 70 66 165 47 41
Binary 110111 1110110 110100 110101 0 111000 110110 1110101 100111 100001

Color Harmonies of #377634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377634

Black with #377634

Text Example


Text Example

White with #377634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377634; }

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

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

background-color css

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

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

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

border-color css

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

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

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