Html Css Color HEX #358532 Japanese Laurel

📋 copy color: '#358532'

red 53 ◦ green 133 ◦ blue 50

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

Shades of Japanese Laurel #358532

Tints of Japanese Laurel #358532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.36%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 22.46%
G = 56.36%
B = 21.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#358532 (or 0x358532) is known color: Japanese Laurel. HEX triplet: 35, 85 and 32. RGB value is (53,133,50). Sum of RGB (Red+Green+Blue) = 53+133+50=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #358532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358532 is #CA7ACD. Grayscale: #636363. Windows color (decimal): -13269710 or 3310901. OLE color: 3310901.

HSL color Cylindrical-coordinate representation of color #358532: hue angle of 117.83º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358532 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 50 -
CMYK 0.60 0 0.62 0.48
HSL 117.83º 0.45% 0.36% -
HSV(B) 117.83º 0.62% 0.52% -
XYZ 10.43 17.76 5.9 -
YUV 99.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 53 133 50 0.60 0 0.62 0.48 117.83 0.45 0.36
Hex 35 85 32 3C 0 3E 30 76 2D 24
Octal 65 205 62 74 0 76 60 166 55 44
Binary 110101 10000101 110010 111100 0 111110 110000 1110110 101101 100100

Color Harmonies of #358532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358532

Black with #358532

Text Example


Text Example

White with #358532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358532; }

 p { color: rgb(53,133,50); }

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

background-color css

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

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

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

border-color css

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

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

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