Html Css Color HEX #358666 Viridian

📋 copy color: '#358666'

red 53 ◦ green 134 ◦ blue 102

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

Shades of Viridian #358666

Tints of Viridian #358666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.37%

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

R = 18.34%
G = 46.37%
B = 35.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#358666 (or 0x358666) is known color: Viridian. HEX triplet: 35, 86 and 66. RGB value is (53,134,102). Sum of RGB (Red+Green+Blue) = 53+134+102=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #358666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358666 is #CA7999. Grayscale: #6A6A6A. Windows color (decimal): -13269402 or 6719029. OLE color: 6719029.

HSL color Cylindrical-coordinate representation of color #358666: hue angle of 156.3º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358666 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 102 -
CMYK 0.60 0 0.24 0.47
HSL 156.3º 0.43% 0.37% -
HSV(B) 156.3º 0.6% 0.53% -
XYZ 12.39 18.77 15.54 -
YUV 106.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 53 134 102 0.60 0 0.24 0.47 156.3 0.43 0.37
Hex 35 86 66 3C 0 18 2F 9C 2B 25
Octal 65 206 146 74 0 30 57 234 53 45
Binary 110101 10000110 1100110 111100 0 11000 101111 10011100 101011 100101

Color Harmonies of #358666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358666

Black with #358666

Text Example


Text Example

White with #358666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358666; }

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

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

background-color css

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

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

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

border-color css

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

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

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