Html Css Color HEX #358232 Japanese Laurel

📋 copy color: '#358232'

red 53 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #358232

Tints of Japanese Laurel #358232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

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

R = 22.75%
G = 55.79%
B = 21.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#358232 (or 0x358232) is known color: Japanese Laurel. HEX triplet: 35, 82 and 32. RGB value is (53,130,50). Sum of RGB (Red+Green+Blue) = 53+130+50=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #358232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358232 is #CA7DCD. Grayscale: #626262. Windows color (decimal): -13270478 or 3310133. OLE color: 3310133.

HSL color Cylindrical-coordinate representation of color #358232: hue angle of 117.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358232 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 50 -
CMYK 0.59 0 0.62 0.49
HSL 117.75º 0.44% 0.35% -
HSV(B) 117.75º 0.62% 0.51% -
XYZ 10.03 16.95 5.76 -
YUV 97.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 53 130 50 0.59 0 0.62 0.49 117.75 0.44 0.35
Hex 35 82 32 3B 0 3E 31 76 2C 23
Octal 65 202 62 73 0 76 61 166 54 43
Binary 110101 10000010 110010 111011 0 111110 110001 1110110 101100 100011

Color Harmonies of #358232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358232

Black with #358232

Text Example


Text Example

White with #358232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358232; }

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

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

background-color css

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

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

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

border-color css

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

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

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