Html Css Color HEX #359073 Viridian

📋 copy color: '#359073'

red 53 ◦ green 144 ◦ blue 115

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

Shades of Viridian #359073

Tints of Viridian #359073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 16.99%
G = 46.15%
B = 36.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#359073 (or 0x359073) is known color: Viridian. HEX triplet: 35, 90 and 73. RGB value is (53,144,115). Sum of RGB (Red+Green+Blue) = 53+144+115=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #359073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359073 is #CA6F8C. Grayscale: #717171. Windows color (decimal): -13266829 or 7573557. OLE color: 7573557.

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

Color convert

RGB 53 144 115 -
CMYK 0.63 0 0.20 0.44
HSL 160.88º 0.46% 0.39% -
HSV(B) 160.88º 0.63% 0.56% -
XYZ 14.54 21.94 19.69 -
YUV 113.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 53 144 115 0.63 0 0.20 0.44 160.88 0.46 0.39
Hex 35 90 73 3F 0 14 2C A1 2E 27
Octal 65 220 163 77 0 24 54 241 56 47
Binary 110101 10010000 1110011 111111 0 10100 101100 10100001 101110 100111

Color Harmonies of #359073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359073

Black with #359073

Text Example


Text Example

White with #359073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359073; }

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

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

background-color css

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

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

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

border-color css

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

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

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