Html Css Color HEX #358F70 Viridian

📋 copy color: '#358F70'

red 53 ◦ green 143 ◦ blue 112

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

Shades of Viridian #358F70

Tints of Viridian #358F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.43%

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

R = 17.21%
G = 46.43%
B = 36.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#358F70 (or 0x358F70) is known color: Viridian. HEX triplet: 35, 8F and 70. RGB value is (53,143,112). Sum of RGB (Red+Green+Blue) = 53+143+112=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #358F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F70 is #CA708F. Grayscale: #707070. Windows color (decimal): -13267088 or 7376693. OLE color: 7376693.

HSL color Cylindrical-coordinate representation of color #358F70: hue angle of 159.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F70 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 112 -
CMYK 0.63 0 0.22 0.44
HSL 159.33º 0.46% 0.38% -
HSV(B) 159.33º 0.63% 0.56% -
XYZ 14.22 21.57 18.74 -
YUV 112.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 53 143 112 0.63 0 0.22 0.44 159.33 0.46 0.38
Hex 35 8F 70 3F 0 16 2C 9F 2E 26
Octal 65 217 160 77 0 26 54 237 56 46
Binary 110101 10001111 1110000 111111 0 10110 101100 10011111 101110 100110

Color Harmonies of #358F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F70

Black with #358F70

Text Example


Text Example

White with #358F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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