Html Css Color HEX #357735 Japanese Laurel

📋 copy color: '#357735'

red 53 ◦ green 119 ◦ blue 53

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

Shades of Japanese Laurel #357735

Tints of Japanese Laurel #357735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.89%

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

R = 23.56%
G = 52.89%
B = 23.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#357735 (or 0x357735) is known color: Japanese Laurel. HEX triplet: 35, 77 and 35. RGB value is (53,119,53). Sum of RGB (Red+Green+Blue) = 53+119+53=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #357735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357735 is #CA88CA. Grayscale: #5B5B5B. Windows color (decimal): -13273291 or 3503925. OLE color: 3503925.

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

Color convert

RGB 53 119 53 -
CMYK 0.55 0 0.55 0.53
HSL 120º 0.38% 0.34% -
HSV(B) 120º 0.55% 0.47% -
XYZ 8.71 14.21 5.65 -
YUV 91.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 53 119 53 0.55 0 0.55 0.53 120 0.38 0.34
Hex 35 77 35 37 0 37 35 78 26 22
Octal 65 167 65 67 0 67 65 170 46 42
Binary 110101 1110111 110101 110111 0 110111 110101 1111000 100110 100010

Color Harmonies of #357735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357735

Black with #357735

Text Example


Text Example

White with #357735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357735; }

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

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

background-color css

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

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

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

border-color css

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

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

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