Html Css Color HEX #358261 Viridian

📋 copy color: '#358261'

red 53 ◦ green 130 ◦ blue 97

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

Shades of Viridian #358261

Tints of Viridian #358261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 18.93%
G = 46.43%
B = 34.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#358261 (or 0x358261) is known color: Viridian. HEX triplet: 35, 82 and 61. RGB value is (53,130,97). Sum of RGB (Red+Green+Blue) = 53+130+97=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #358261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358261 is #CA7D9E. Grayscale: #676767. Windows color (decimal): -13270431 or 6390325. OLE color: 6390325.

HSL color Cylindrical-coordinate representation of color #358261: hue angle of 154.29º 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 #358261 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 97 -
CMYK 0.59 0 0.25 0.49
HSL 154.29º 0.42% 0.36% -
HSV(B) 154.29º 0.59% 0.51% -
XYZ 11.61 17.59 14.09 -
YUV 103.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 53 130 97 0.59 0 0.25 0.49 154.29 0.42 0.36
Hex 35 82 61 3B 0 19 31 9A 2A 24
Octal 65 202 141 73 0 31 61 232 52 44
Binary 110101 10000010 1100001 111011 0 11001 110001 10011010 101010 100100

Color Harmonies of #358261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358261

Black with #358261

Text Example


Text Example

White with #358261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358261; }

 p { color: rgb(53,130,97); }

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

background-color css

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

 a { background-color: rgb(53,130,97); }

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

border-color css

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

 span { border-color: rgb(53,130,97); }

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