Html Css Color HEX #359072 Viridian

📋 copy color: '#359072'

red 53 ◦ green 144 ◦ blue 114

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

Shades of Viridian #359072

Tints of Viridian #359072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 17.04%
G = 46.3%
B = 36.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#359072 (or 0x359072) is known color: Viridian. HEX triplet: 35, 90 and 72. RGB value is (53,144,114). Sum of RGB (Red+Green+Blue) = 53+144+114=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #359072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359072 is #CA6F8D. Grayscale: #717171. Windows color (decimal): -13266830 or 7508021. OLE color: 7508021.

HSL color Cylindrical-coordinate representation of color #359072: hue angle of 160.22º 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 #359072 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 114 -
CMYK 0.63 0 0.21 0.44
HSL 160.22º 0.46% 0.39% -
HSV(B) 160.22º 0.63% 0.56% -
XYZ 14.48 21.92 19.39 -
YUV 113.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 53 144 114 0.63 0 0.21 0.44 160.22 0.46 0.39
Hex 35 90 72 3F 0 15 2C A0 2E 27
Octal 65 220 162 77 0 25 54 240 56 47
Binary 110101 10010000 1110010 111111 0 10101 101100 10100000 101110 100111

Color Harmonies of #359072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359072

Black with #359072

Text Example


Text Example

White with #359072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359072; }

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

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

background-color css

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

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

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

border-color css

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

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

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