Html Css Color HEX #358464 Viridian

📋 copy color: '#358464'

red 53 ◦ green 132 ◦ blue 100

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

Shades of Viridian #358464

Tints of Viridian #358464

RGB

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

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

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

R = 18.6%
G = 46.32%
B = 35.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#358464 (or 0x358464) is known color: Viridian. HEX triplet: 35, 84 and 64. RGB value is (53,132,100). Sum of RGB (Red+Green+Blue) = 53+132+100=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #358464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358464 is #CA7B9B. Grayscale: #686868. Windows color (decimal): -13269916 or 6587445. OLE color: 6587445.

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

Color convert

RGB 53 132 100 -
CMYK 0.60 0 0.24 0.48
HSL 155.7º 0.43% 0.36% -
HSV(B) 155.7º 0.6% 0.52% -
XYZ 12.02 18.18 14.93 -
YUV 104.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 53 132 100 0.60 0 0.24 0.48 155.7 0.43 0.36
Hex 35 84 64 3C 0 18 30 9C 2B 24
Octal 65 204 144 74 0 30 60 234 53 44
Binary 110101 10000100 1100100 111100 0 11000 110000 10011100 101011 100100

Color Harmonies of #358464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358464

Black with #358464

Text Example


Text Example

White with #358464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358464; }

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

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

background-color css

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

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

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

border-color css

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

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

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