Html Css Color HEX #358563 Viridian

📋 copy color: '#358563'

red 53 ◦ green 133 ◦ blue 99

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

Shades of Viridian #358563

Tints of Viridian #358563

RGB

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

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

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

R = 18.6%
G = 46.67%
B = 34.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#358563 (or 0x358563) is known color: Viridian. HEX triplet: 35, 85 and 63. RGB value is (53,133,99). Sum of RGB (Red+Green+Blue) = 53+133+99=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #358563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358563 is #CA7A9C. Grayscale: #696969. Windows color (decimal): -13269661 or 6522165. OLE color: 6522165.

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

Color convert

RGB 53 133 99 -
CMYK 0.60 0 0.26 0.48
HSL 154.5º 0.43% 0.36% -
HSV(B) 154.5º 0.6% 0.52% -
XYZ 12.11 18.43 14.72 -
YUV 105.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 53 133 99 0.60 0 0.26 0.48 154.5 0.43 0.36
Hex 35 85 63 3C 0 1A 30 9A 2B 24
Octal 65 205 143 74 0 32 60 232 53 44
Binary 110101 10000101 1100011 111100 0 11010 110000 10011010 101011 100100

Color Harmonies of #358563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358563

Black with #358563

Text Example


Text Example

White with #358563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358563; }

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

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

background-color css

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

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

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

border-color css

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

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

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