Html Css Color HEX #357136 Japanese Laurel

📋 copy color: '#357136'

red 53 ◦ green 113 ◦ blue 54

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

Shades of Japanese Laurel #357136

Tints of Japanese Laurel #357136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 24.09%
G = 51.36%
B = 24.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#357136 (or 0x357136) is known color: Japanese Laurel. HEX triplet: 35, 71 and 36. RGB value is (53,113,54). Sum of RGB (Red+Green+Blue) = 53+113+54=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #357136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357136 is #CA8EC9. Grayscale: #585858. Windows color (decimal): -13274826 or 3567925. OLE color: 3567925.

HSL color Cylindrical-coordinate representation of color #357136: hue angle of 121º 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 #357136 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 54 -
CMYK 0.53 0 0.52 0.56
HSL 121º 0.36% 0.33% -
HSV(B) 121º 0.53% 0.44% -
XYZ 8.04 12.83 5.54 -
YUV 88.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 53 113 54 0.53 0 0.52 0.56 121 0.36 0.33
Hex 35 71 36 35 0 34 38 79 24 21
Octal 65 161 66 65 0 64 70 171 44 41
Binary 110101 1110001 110110 110101 0 110100 111000 1111001 100100 100001

Color Harmonies of #357136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357136

Black with #357136

Text Example


Text Example

White with #357136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357136; }

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

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

background-color css

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

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

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

border-color css

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

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

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