Html Css Color HEX #358364 Viridian

📋 copy color: '#358364'

red 53 ◦ green 131 ◦ blue 100

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

Shades of Viridian #358364

Tints of Viridian #358364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 18.66%
G = 46.13%
B = 35.21%

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

#358364 (or 0x358364) is known color: Viridian. HEX triplet: 35, 83 and 64. RGB value is (53,131,100). Sum of RGB (Red+Green+Blue) = 53+131+100=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #358364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358364 is #CA7C9B. Grayscale: #686868. Windows color (decimal): -13270172 or 6587189. OLE color: 6587189.

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

Color convert

RGB 53 131 100 -
CMYK 0.60 0 0.24 0.49
HSL 156.15º 0.42% 0.36% -
HSV(B) 156.15º 0.6% 0.51% -
XYZ 11.88 17.91 14.89 -
YUV 104.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 53 131 100 0.60 0 0.24 0.49 156.15 0.42 0.36
Hex 35 83 64 3C 0 18 31 9C 2A 24
Octal 65 203 144 74 0 30 61 234 52 44
Binary 110101 10000011 1100100 111100 0 11000 110001 10011100 101010 100100

Color Harmonies of #358364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358364

Black with #358364

Text Example


Text Example

White with #358364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358364; }

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

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

background-color css

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

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

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

border-color css

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

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

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