Html Css Color HEX #358470 Viridian

📋 copy color: '#358470'

red 53 ◦ green 132 ◦ blue 112

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

Shades of Viridian #358470

Tints of Viridian #358470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 17.85%
G = 44.44%
B = 37.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#358470 (or 0x358470) is known color: Viridian. HEX triplet: 35, 84 and 70. RGB value is (53,132,112). Sum of RGB (Red+Green+Blue) = 53+132+112=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #358470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358470 is #CA7B8F. Grayscale: #6A6A6A. Windows color (decimal): -13269904 or 7373877. OLE color: 7373877.

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

Color convert

RGB 53 132 112 -
CMYK 0.60 0 0.15 0.48
HSL 164.81º 0.43% 0.36% -
HSV(B) 164.81º 0.6% 0.52% -
XYZ 12.64 18.43 18.22 -
YUV 106.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 53 132 112 0.60 0 0.15 0.48 164.81 0.43 0.36
Hex 35 84 70 3C 0 F 30 A5 2B 24
Octal 65 204 160 74 0 17 60 245 53 44
Binary 110101 10000100 1110000 111100 0 1111 110000 10100101 101011 100100

Color Harmonies of #358470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358470

Black with #358470

Text Example


Text Example

White with #358470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358470; }

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

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

background-color css

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

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

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

border-color css

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

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

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