Html Css Color HEX #358065 Viridian

📋 copy color: '#358065'

red 53 ◦ green 128 ◦ blue 101

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

Shades of Viridian #358065

Tints of Viridian #358065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 18.79%
G = 45.39%
B = 35.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#358065 (or 0x358065) is known color: Viridian. HEX triplet: 35, 80 and 65. RGB value is (53,128,101). Sum of RGB (Red+Green+Blue) = 53+128+101=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #358065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358065 is #CA7F9A. Grayscale: #666666. Windows color (decimal): -13270939 or 6651957. OLE color: 6651957.

HSL color Cylindrical-coordinate representation of color #358065: hue angle of 158.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358065 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 101 -
CMYK 0.59 0 0.21 0.50
HSL 158.4º 0.41% 0.35% -
HSV(B) 158.4º 0.59% 0.5% -
XYZ 11.54 17.13 15.01 -
YUV 102.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 53 128 101 0.59 0 0.21 0.50 158.4 0.41 0.35
Hex 35 80 65 3B 0 15 32 9E 29 23
Octal 65 200 145 73 0 25 62 236 51 43
Binary 110101 10000000 1100101 111011 0 10101 110010 10011110 101001 100011

Color Harmonies of #358065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358065

Black with #358065

Text Example


Text Example

White with #358065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358065; }

 p { color: rgb(53,128,101); }

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

background-color css

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

 a { background-color: rgb(53,128,101); }

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

border-color css

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

 span { border-color: rgb(53,128,101); }

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