Html Css Color HEX #358166 Viridian

📋 copy color: '#358166'

red 53 ◦ green 129 ◦ blue 102

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

Shades of Viridian #358166

Tints of Viridian #358166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 18.66%
G = 45.42%
B = 35.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#358166 (or 0x358166) is known color: Viridian. HEX triplet: 35, 81 and 66. RGB value is (53,129,102). Sum of RGB (Red+Green+Blue) = 53+129+102=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #358166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358166 is #CA7E99. Grayscale: #676767. Windows color (decimal): -13270682 or 6717749. OLE color: 6717749.

HSL color Cylindrical-coordinate representation of color #358166: hue angle of 158.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358166 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 129 102 -
CMYK 0.59 0 0.21 0.49
HSL 158.68º 0.42% 0.36% -
HSV(B) 158.68º 0.59% 0.51% -
XYZ 11.72 17.42 15.31 -
YUV 103.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 53 129 102 0.59 0 0.21 0.49 158.68 0.42 0.36
Hex 35 81 66 3B 0 15 31 9F 2A 24
Octal 65 201 146 73 0 25 61 237 52 44
Binary 110101 10000001 1100110 111011 0 10101 110001 10011111 101010 100100

Color Harmonies of #358166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358166

Black with #358166

Text Example


Text Example

White with #358166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358166; }

 p { color: rgb(53,129,102); }

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

background-color css

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

 a { background-color: rgb(53,129,102); }

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

border-color css

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

 span { border-color: rgb(53,129,102); }

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