Html Css Color HEX #377134 Japanese Laurel

📋 copy color: '#377134'

red 55 ◦ green 113 ◦ blue 52

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

Shades of Japanese Laurel #377134

Tints of Japanese Laurel #377134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

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

R = 25%
G = 51.36%
B = 23.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#377134 (or 0x377134) is known color: Japanese Laurel. HEX triplet: 37, 71 and 34. RGB value is (55,113,52). Sum of RGB (Red+Green+Blue) = 55+113+52=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #377134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377134 is #C88ECB. Grayscale: #585858. Windows color (decimal): -13143756 or 3436855. OLE color: 3436855.

HSL color Cylindrical-coordinate representation of color #377134: hue angle of 117.05º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377134 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 52 -
CMYK 0.51 0 0.54 0.56
HSL 117.05º 0.37% 0.32% -
HSV(B) 117.05º 0.54% 0.44% -
XYZ 8.1 12.87 5.31 -
YUV 88.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 55 113 52 0.51 0 0.54 0.56 117.05 0.37 0.32
Hex 37 71 34 33 0 36 38 75 25 20
Octal 67 161 64 63 0 66 70 165 45 40
Binary 110111 1110001 110100 110011 0 110110 111000 1110101 100101 100000

Color Harmonies of #377134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377134

Black with #377134

Text Example


Text Example

White with #377134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377134; }

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

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

background-color css

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

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

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

border-color css

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

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

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