Html Css Color HEX #357132 Japanese Laurel

📋 copy color: '#357132'

red 53 ◦ green 113 ◦ blue 50

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

Shades of Japanese Laurel #357132

Tints of Japanese Laurel #357132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 24.54%
G = 52.31%
B = 23.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#357132 (or 0x357132) is known color: Japanese Laurel. HEX triplet: 35, 71 and 32. RGB value is (53,113,50). Sum of RGB (Red+Green+Blue) = 53+113+50=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #357132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357132 is #CA8ECD. Grayscale: #585858. Windows color (decimal): -13274830 or 3305781. OLE color: 3305781.

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

Color convert

RGB 53 113 50 -
CMYK 0.53 0 0.56 0.56
HSL 117.14º 0.39% 0.32% -
HSV(B) 117.14º 0.56% 0.44% -
XYZ 7.95 12.8 5.07 -
YUV 87.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 53 113 50 0.53 0 0.56 0.56 117.14 0.39 0.32
Hex 35 71 32 35 0 38 38 75 27 20
Octal 65 161 62 65 0 70 70 165 47 40
Binary 110101 1110001 110010 110101 0 111000 111000 1110101 100111 100000

Color Harmonies of #357132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357132

Black with #357132

Text Example


Text Example

White with #357132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357132; }

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

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

background-color css

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

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

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

border-color css

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

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

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