Html Css Color HEX #358465 Viridian

📋 copy color: '#358465'

red 53 ◦ green 132 ◦ blue 101

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

Shades of Viridian #358465

Tints of Viridian #358465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 18.53%
G = 46.15%
B = 35.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#358465 (or 0x358465) is known color: Viridian. HEX triplet: 35, 84 and 65. RGB value is (53,132,101). Sum of RGB (Red+Green+Blue) = 53+132+101=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #358465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358465 is #CA7B9A. Grayscale: #686868. Windows color (decimal): -13269915 or 6652981. OLE color: 6652981.

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

Color convert

RGB 53 132 101 -
CMYK 0.60 0 0.23 0.48
HSL 156.46º 0.43% 0.36% -
HSV(B) 156.46º 0.6% 0.52% -
XYZ 12.07 18.2 15.19 -
YUV 104.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 53 132 101 0.60 0 0.23 0.48 156.46 0.43 0.36
Hex 35 84 65 3C 0 17 30 9C 2B 24
Octal 65 204 145 74 0 27 60 234 53 44
Binary 110101 10000100 1100101 111100 0 10111 110000 10011100 101011 100100

Color Harmonies of #358465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358465

Black with #358465

Text Example


Text Example

White with #358465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358465; }

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

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

background-color css

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

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

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

border-color css

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

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

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