Html Css Color HEX #357635 Japanese Laurel

📋 copy color: '#357635'

red 53 ◦ green 118 ◦ blue 53

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

Shades of Japanese Laurel #357635

Tints of Japanese Laurel #357635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

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

R = 23.66%
G = 52.68%
B = 23.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#357635 (or 0x357635) is known color: Japanese Laurel. HEX triplet: 35, 76 and 35. RGB value is (53,118,53). Sum of RGB (Red+Green+Blue) = 53+118+53=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #357635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357635 is #CA89CA. Grayscale: #5B5B5B. Windows color (decimal): -13273547 or 3503669. OLE color: 3503669.

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

Color convert

RGB 53 118 53 -
CMYK 0.55 0 0.55 0.54
HSL 120º 0.38% 0.34% -
HSV(B) 120º 0.55% 0.46% -
XYZ 8.59 13.97 5.61 -
YUV 91.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 53 118 53 0.55 0 0.55 0.54 120 0.38 0.34
Hex 35 76 35 37 0 37 36 78 26 22
Octal 65 166 65 67 0 67 66 170 46 42
Binary 110101 1110110 110101 110111 0 110111 110110 1111000 100110 100010

Color Harmonies of #357635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357635

Black with #357635

Text Example


Text Example

White with #357635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357635; }

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

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

background-color css

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

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

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

border-color css

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

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

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