Html Css Color HEX #358336 Japanese Laurel

📋 copy color: '#358336'

red 53 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #358336

Tints of Japanese Laurel #358336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 22.27%
G = 55.04%
B = 22.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#358336 (or 0x358336) is known color: Japanese Laurel. HEX triplet: 35, 83 and 36. RGB value is (53,131,54). Sum of RGB (Red+Green+Blue) = 53+131+54=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #358336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358336 is #CA7CC9. Grayscale: #636363. Windows color (decimal): -13270218 or 3572533. OLE color: 3572533.

HSL color Cylindrical-coordinate representation of color #358336: hue angle of 120.77º 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 #358336 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 54 -
CMYK 0.60 0 0.59 0.49
HSL 120.77º 0.42% 0.36% -
HSV(B) 120.77º 0.6% 0.51% -
XYZ 10.25 17.26 6.28 -
YUV 98.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 53 131 54 0.60 0 0.59 0.49 120.77 0.42 0.36
Hex 35 83 36 3C 0 3B 31 79 2A 24
Octal 65 203 66 74 0 73 61 171 52 44
Binary 110101 10000011 110110 111100 0 111011 110001 1111001 101010 100100

Color Harmonies of #358336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358336

Black with #358336

Text Example


Text Example

White with #358336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358336; }

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

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

background-color css

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

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

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

border-color css

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

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

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