Html Css Color HEX #358572 Viridian

📋 copy color: '#358572'

red 53 ◦ green 133 ◦ blue 114

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

Shades of Viridian #358572

Tints of Viridian #358572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38%

R = 17.67%
G = 44.33%
B = 38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#358572 (or 0x358572) is known color: Viridian. HEX triplet: 35, 85 and 72. RGB value is (53,133,114). Sum of RGB (Red+Green+Blue) = 53+133+114=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #358572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358572 is #CA7A8D. Grayscale: #6A6A6A. Windows color (decimal): -13269646 or 7505205. OLE color: 7505205.

HSL color Cylindrical-coordinate representation of color #358572: hue angle of 165.75º 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 #358572 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 114 -
CMYK 0.60 0 0.14 0.48
HSL 165.75º 0.43% 0.36% -
HSV(B) 165.75º 0.6% 0.52% -
XYZ 12.89 18.75 18.86 -
YUV 106.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 53 133 114 0.60 0 0.14 0.48 165.75 0.43 0.36
Hex 35 85 72 3C 0 E 30 A6 2B 24
Octal 65 205 162 74 0 16 60 246 53 44
Binary 110101 10000101 1110010 111100 0 1110 110000 10100110 101011 100100

Color Harmonies of #358572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358572

Black with #358572

Text Example


Text Example

White with #358572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358572; }

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

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

background-color css

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

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

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

border-color css

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

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

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