Html Css Color HEX #358063 Viridian

📋 copy color: '#358063'

red 53 ◦ green 128 ◦ blue 99

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

Shades of Viridian #358063

Tints of Viridian #358063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 18.93%
G = 45.71%
B = 35.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#358063 (or 0x358063) is known color: Viridian. HEX triplet: 35, 80 and 63. RGB value is (53,128,99). Sum of RGB (Red+Green+Blue) = 53+128+99=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #358063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358063 is #CA7F9C. Grayscale: #666666. Windows color (decimal): -13270941 or 6520885. OLE color: 6520885.

HSL color Cylindrical-coordinate representation of color #358063: hue angle of 156.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358063 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 99 -
CMYK 0.59 0 0.23 0.50
HSL 156.8º 0.41% 0.35% -
HSV(B) 156.8º 0.59% 0.5% -
XYZ 11.44 17.1 14.5 -
YUV 102.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 53 128 99 0.59 0 0.23 0.50 156.8 0.41 0.35
Hex 35 80 63 3B 0 17 32 9D 29 23
Octal 65 200 143 73 0 27 62 235 51 43
Binary 110101 10000000 1100011 111011 0 10111 110010 10011101 101001 100011

Color Harmonies of #358063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358063

Black with #358063

Text Example


Text Example

White with #358063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358063; }

 p { color: rgb(53,128,99); }

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

background-color css

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

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

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

border-color css

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

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

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