Html Css Color HEX #358A70 Viridian

📋 copy color: '#358A70'

red 53 ◦ green 138 ◦ blue 112

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

Shades of Viridian #358A70

Tints of Viridian #358A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.54%

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

R = 17.49%
G = 45.54%
B = 36.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#358A70 (or 0x358A70) is known color: Viridian. HEX triplet: 35, 8A and 70. RGB value is (53,138,112). Sum of RGB (Red+Green+Blue) = 53+138+112=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #358A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A70 is #CA758F. Grayscale: #6D6D6D. Windows color (decimal): -13268368 or 7375413. OLE color: 7375413.

HSL color Cylindrical-coordinate representation of color #358A70: hue angle of 161.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A70 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 138 112 -
CMYK 0.62 0 0.19 0.46
HSL 161.65º 0.45% 0.37% -
HSV(B) 161.65º 0.62% 0.54% -
XYZ 13.48 20.1 18.5 -
YUV 109.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 53 138 112 0.62 0 0.19 0.46 161.65 0.45 0.37
Hex 35 8A 70 3E 0 13 2E A2 2D 25
Octal 65 212 160 76 0 23 56 242 55 45
Binary 110101 10001010 1110000 111110 0 10011 101110 10100010 101101 100101

Color Harmonies of #358A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A70

Black with #358A70

Text Example


Text Example

White with #358A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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