Html Css Color HEX #357835 Japanese Laurel

📋 copy color: '#357835'

red 53 ◦ green 120 ◦ blue 53

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

Shades of Japanese Laurel #357835

Tints of Japanese Laurel #357835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.1%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 23.45%
G = 53.1%
B = 23.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#357835 (or 0x357835) is known color: Japanese Laurel. HEX triplet: 35, 78 and 35. RGB value is (53,120,53). Sum of RGB (Red+Green+Blue) = 53+120+53=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #357835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357835 is #CA87CA. Grayscale: #5C5C5C. Windows color (decimal): -13273035 or 3504181. OLE color: 3504181.

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

Color convert

RGB 53 120 53 -
CMYK 0.56 0 0.56 0.53
HSL 120º 0.39% 0.34% -
HSV(B) 120º 0.56% 0.47% -
XYZ 8.83 14.45 5.69 -
YUV 92.33 105.8 99.95 -
System Red Green Blue C M Y K H S L
Decimal 53 120 53 0.56 0 0.56 0.53 120 0.39 0.34
Hex 35 78 35 38 0 38 35 78 27 22
Octal 65 170 65 70 0 70 65 170 47 42
Binary 110101 1111000 110101 111000 0 111000 110101 1111000 100111 100010

Color Harmonies of #357835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357835

Black with #357835

Text Example


Text Example

White with #357835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357835; }

 p { color: rgb(53,120,53); }

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

background-color css

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

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

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

border-color css

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

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

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