Html Css Color HEX #357037 Japanese Laurel

📋 copy color: '#357037'

red 53 ◦ green 112 ◦ blue 55

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

Shades of Japanese Laurel #357037

Tints of Japanese Laurel #357037

RGB

 RED value IS 53 (21.09% from 255) = 24.09%

 GREEN value IS 112 (44.14% from 255) = 50.91%

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

R = 24.09%
G = 50.91%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#357037 (or 0x357037) is known color: Japanese Laurel. HEX triplet: 35, 70 and 37. RGB value is (53,112,55). Sum of RGB (Red+Green+Blue) = 53+112+55=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #357037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357037 is #CA8FC8. Grayscale: #585858. Windows color (decimal): -13275081 or 3633205. OLE color: 3633205.

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

Color convert

RGB 53 112 55 -
CMYK 0.53 0 0.51 0.56
HSL 122.03º 0.36% 0.32% -
HSV(B) 122.03º 0.53% 0.44% -
XYZ 7.95 12.62 5.63 -
YUV 87.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 53 112 55 0.53 0 0.51 0.56 122.03 0.36 0.32
Hex 35 70 37 35 0 33 38 7A 24 20
Octal 65 160 67 65 0 63 70 172 44 40
Binary 110101 1110000 110111 110101 0 110011 111000 1111010 100100 100000

Color Harmonies of #357037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357037

Black with #357037

Text Example


Text Example

White with #357037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357037; }

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

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

background-color css

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

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

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

border-color css

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

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

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