Html Css Color HEX #357332 Japanese Laurel

📋 copy color: '#357332'

red 53 ◦ green 115 ◦ blue 50

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

Shades of Japanese Laurel #357332

Tints of Japanese Laurel #357332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.75%

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

R = 24.31%
G = 52.75%
B = 22.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#357332 (or 0x357332) is known color: Japanese Laurel. HEX triplet: 35, 73 and 32. RGB value is (53,115,50). Sum of RGB (Red+Green+Blue) = 53+115+50=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #357332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357332 is #CA8CCD. Grayscale: #595959. Windows color (decimal): -13274318 or 3306293. OLE color: 3306293.

HSL color Cylindrical-coordinate representation of color #357332: hue angle of 117.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357332 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 50 -
CMYK 0.54 0 0.57 0.55
HSL 117.23º 0.39% 0.32% -
HSV(B) 117.23º 0.57% 0.45% -
XYZ 8.17 13.25 5.14 -
YUV 89.05 105.96 102.29 -
System Red Green Blue C M Y K H S L
Decimal 53 115 50 0.54 0 0.57 0.55 117.23 0.39 0.32
Hex 35 73 32 36 0 39 37 75 27 20
Octal 65 163 62 66 0 71 67 165 47 40
Binary 110101 1110011 110010 110110 0 111001 110111 1110101 100111 100000

Color Harmonies of #357332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357332

Black with #357332

Text Example


Text Example

White with #357332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357332; }

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

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

background-color css

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

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

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

border-color css

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

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

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