Html Css Color HEX #358335 Japanese Laurel

📋 copy color: '#358335'

red 53 ◦ green 131 ◦ blue 53

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

Shades of Japanese Laurel #358335

Tints of Japanese Laurel #358335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

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

R = 22.36%
G = 55.27%
B = 22.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#358335 (or 0x358335) is known color: Japanese Laurel. HEX triplet: 35, 83 and 35. RGB value is (53,131,53). Sum of RGB (Red+Green+Blue) = 53+131+53=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #358335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358335 is #CA7CCA. Grayscale: #636363. Windows color (decimal): -13270219 or 3506997. OLE color: 3506997.

HSL color Cylindrical-coordinate representation of color #358335: hue angle of 120º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358335 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 53 -
CMYK 0.60 0 0.60 0.49
HSL 120º 0.42% 0.36% -
HSV(B) 120º 0.6% 0.51% -
XYZ 10.23 17.25 6.16 -
YUV 98.79 102.16 95.34 -
System Red Green Blue C M Y K H S L
Decimal 53 131 53 0.60 0 0.60 0.49 120 0.42 0.36
Hex 35 83 35 3C 0 3C 31 78 2A 24
Octal 65 203 65 74 0 74 61 170 52 44
Binary 110101 10000011 110101 111100 0 111100 110001 1111000 101010 100100

Color Harmonies of #358335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358335

Black with #358335

Text Example


Text Example

White with #358335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358335; }

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

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

background-color css

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

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

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

border-color css

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

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

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