Html Css Color HEX #358570 Viridian

📋 copy color: '#358570'

red 53 ◦ green 133 ◦ blue 112

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

Shades of Viridian #358570

Tints of Viridian #358570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 17.79%
G = 44.63%
B = 37.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#358570 (or 0x358570) is known color: Viridian. HEX triplet: 35, 85 and 70. RGB value is (53,133,112). Sum of RGB (Red+Green+Blue) = 53+133+112=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #358570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358570 is #CA7A8F. Grayscale: #6A6A6A. Windows color (decimal): -13269648 or 7374133. OLE color: 7374133.

HSL color Cylindrical-coordinate representation of color #358570: hue angle of 164.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358570 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 112 -
CMYK 0.60 0 0.16 0.48
HSL 164.25º 0.43% 0.36% -
HSV(B) 164.25º 0.6% 0.52% -
XYZ 12.78 18.7 18.27 -
YUV 106.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 53 133 112 0.60 0 0.16 0.48 164.25 0.43 0.36
Hex 35 85 70 3C 0 10 30 A4 2B 24
Octal 65 205 160 74 0 20 60 244 53 44
Binary 110101 10000101 1110000 111100 0 10000 110000 10100100 101011 100100

Color Harmonies of #358570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358570

Black with #358570

Text Example


Text Example

White with #358570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358570; }

 p { color: rgb(53,133,112); }

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

background-color css

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

 a { background-color: rgb(53,133,112); }

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

border-color css

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

 span { border-color: rgb(53,133,112); }

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