Html Css Color HEX #358463 Viridian

📋 copy color: '#358463'

red 53 ◦ green 132 ◦ blue 99

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

Shades of Viridian #358463

Tints of Viridian #358463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

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

R = 18.66%
G = 46.48%
B = 34.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#358463 (or 0x358463) is known color: Viridian. HEX triplet: 35, 84 and 63. RGB value is (53,132,99). Sum of RGB (Red+Green+Blue) = 53+132+99=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #358463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358463 is #CA7B9C. Grayscale: #686868. Windows color (decimal): -13269917 or 6521909. OLE color: 6521909.

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

Color convert

RGB 53 132 99 -
CMYK 0.60 0 0.25 0.48
HSL 154.94º 0.43% 0.36% -
HSV(B) 154.94º 0.6% 0.52% -
XYZ 11.97 18.16 14.68 -
YUV 104.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 53 132 99 0.60 0 0.25 0.48 154.94 0.43 0.36
Hex 35 84 63 3C 0 19 30 9B 2B 24
Octal 65 204 143 74 0 31 60 233 53 44
Binary 110101 10000100 1100011 111100 0 11001 110000 10011011 101011 100100

Color Harmonies of #358463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358463

Black with #358463

Text Example


Text Example

White with #358463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358463; }

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

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

background-color css

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

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

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

border-color css

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

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

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