Html Css Color HEX #359076 Viridian

📋 copy color: '#359076'

red 53 ◦ green 144 ◦ blue 118

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

Shades of Viridian #359076

Tints of Viridian #359076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 16.83%
G = 45.71%
B = 37.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#359076 (or 0x359076) is known color: Viridian. HEX triplet: 35, 90 and 76. RGB value is (53,144,118). Sum of RGB (Red+Green+Blue) = 53+144+118=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #359076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359076 is #CA6F89. Grayscale: #717171. Windows color (decimal): -13266826 or 7770165. OLE color: 7770165.

HSL color Cylindrical-coordinate representation of color #359076: hue angle of 162.86º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359076 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 118 -
CMYK 0.63 0 0.18 0.44
HSL 162.86º 0.46% 0.39% -
HSV(B) 162.86º 0.63% 0.56% -
XYZ 14.71 22.01 20.61 -
YUV 113.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 53 144 118 0.63 0 0.18 0.44 162.86 0.46 0.39
Hex 35 90 76 3F 0 12 2C A3 2E 27
Octal 65 220 166 77 0 22 54 243 56 47
Binary 110101 10010000 1110110 111111 0 10010 101100 10100011 101110 100111

Color Harmonies of #359076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359076

Black with #359076

Text Example


Text Example

White with #359076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359076; }

 p { color: rgb(53,144,118); }

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

background-color css

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

 a { background-color: rgb(53,144,118); }

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

border-color css

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

 span { border-color: rgb(53,144,118); }

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