Html Css Color HEX #357032 Japanese Laurel

📋 copy color: '#357032'

red 53 ◦ green 112 ◦ blue 50

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

Shades of Japanese Laurel #357032

Tints of Japanese Laurel #357032

RGB

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

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

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

R = 24.65%
G = 52.09%
B = 23.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#357032 (or 0x357032) is known color: Japanese Laurel. HEX triplet: 35, 70 and 32. RGB value is (53,112,50). Sum of RGB (Red+Green+Blue) = 53+112+50=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #357032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357032 is #CA8FCD. Grayscale: #575757. Windows color (decimal): -13275086 or 3305525. OLE color: 3305525.

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

Color convert

RGB 53 112 50 -
CMYK 0.53 0 0.55 0.56
HSL 117.1º 0.38% 0.32% -
HSV(B) 117.1º 0.55% 0.44% -
XYZ 7.84 12.58 5.03 -
YUV 87.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 53 112 50 0.53 0 0.55 0.56 117.1 0.38 0.32
Hex 35 70 32 35 0 37 38 75 26 20
Octal 65 160 62 65 0 67 70 165 46 40
Binary 110101 1110000 110010 110101 0 110111 111000 1110101 100110 100000

Color Harmonies of #357032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357032

Black with #357032

Text Example


Text Example

White with #357032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357032; }

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

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

background-color css

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

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

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

border-color css

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

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

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