Html Css Color HEX #358363 Viridian

📋 copy color: '#358363'

red 53 ◦ green 131 ◦ blue 99

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

Shades of Viridian #358363

Tints of Viridian #358363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 18.73%
G = 46.29%
B = 34.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#358363 (or 0x358363) is known color: Viridian. HEX triplet: 35, 83 and 63. RGB value is (53,131,99). Sum of RGB (Red+Green+Blue) = 53+131+99=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #358363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358363 is #CA7C9C. Grayscale: #686868. Windows color (decimal): -13270173 or 6521653. OLE color: 6521653.

HSL color Cylindrical-coordinate representation of color #358363: hue angle of 155.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358363 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 99 -
CMYK 0.60 0 0.24 0.49
HSL 155.38º 0.42% 0.36% -
HSV(B) 155.38º 0.6% 0.51% -
XYZ 11.84 17.89 14.63 -
YUV 104.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 53 131 99 0.60 0 0.24 0.49 155.38 0.42 0.36
Hex 35 83 63 3C 0 18 31 9B 2A 24
Octal 65 203 143 74 0 30 61 233 52 44
Binary 110101 10000011 1100011 111100 0 11000 110001 10011011 101010 100100

Color Harmonies of #358363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358363

Black with #358363

Text Example


Text Example

White with #358363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358363; }

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

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

background-color css

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

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

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

border-color css

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

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

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