Html Css Color HEX #377135 Japanese Laurel

📋 copy color: '#377135'

red 55 ◦ green 113 ◦ blue 53

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

Shades of Japanese Laurel #377135

Tints of Japanese Laurel #377135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 24.89%
G = 51.13%
B = 23.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#377135 (or 0x377135) is known color: Japanese Laurel. HEX triplet: 37, 71 and 35. RGB value is (55,113,53). Sum of RGB (Red+Green+Blue) = 55+113+53=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #377135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377135 is #C88ECA. Grayscale: #595959. Windows color (decimal): -13143755 or 3502391. OLE color: 3502391.

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

Color convert

RGB 55 113 53 -
CMYK 0.51 0 0.53 0.56
HSL 118º 0.36% 0.33% -
HSV(B) 118º 0.53% 0.44% -
XYZ 8.12 12.88 5.43 -
YUV 88.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 55 113 53 0.51 0 0.53 0.56 118 0.36 0.33
Hex 37 71 35 33 0 35 38 76 24 21
Octal 67 161 65 63 0 65 70 166 44 41
Binary 110111 1110001 110101 110011 0 110101 111000 1110110 100100 100001

Color Harmonies of #377135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377135

Black with #377135

Text Example


Text Example

White with #377135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377135; }

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

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

background-color css

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

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

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

border-color css

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

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

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