Html Css Color HEX #357535 Japanese Laurel

📋 copy color: '#357535'

red 53 ◦ green 117 ◦ blue 53

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

Shades of Japanese Laurel #357535

Tints of Japanese Laurel #357535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

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

R = 23.77%
G = 52.47%
B = 23.77%

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

#357535 (or 0x357535) is known color: Japanese Laurel. HEX triplet: 35, 75 and 35. RGB value is (53,117,53). Sum of RGB (Red+Green+Blue) = 53+117+53=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #357535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357535 is #CA8ACA. Grayscale: #5A5A5A. Windows color (decimal): -13273803 or 3503413. OLE color: 3503413.

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

Color convert

RGB 53 117 53 -
CMYK 0.55 0 0.55 0.54
HSL 120º 0.38% 0.33% -
HSV(B) 120º 0.55% 0.46% -
XYZ 8.47 13.74 5.57 -
YUV 90.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 53 117 53 0.55 0 0.55 0.54 120 0.38 0.33
Hex 35 75 35 37 0 37 36 78 26 21
Octal 65 165 65 67 0 67 66 170 46 41
Binary 110101 1110101 110101 110111 0 110111 110110 1111000 100110 100001

Color Harmonies of #357535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357535

Black with #357535

Text Example


Text Example

White with #357535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357535; }

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

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

background-color css

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

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

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

border-color css

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

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

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