Html Css Color HEX #358671 Viridian

📋 copy color: '#358671'

red 53 ◦ green 134 ◦ blue 113

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

Shades of Viridian #358671

Tints of Viridian #358671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 17.67%
G = 44.67%
B = 37.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#358671 (or 0x358671) is known color: Viridian. HEX triplet: 35, 86 and 71. RGB value is (53,134,113). Sum of RGB (Red+Green+Blue) = 53+134+113=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #358671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358671 is #CA798E. Grayscale: #6B6B6B. Windows color (decimal): -13269391 or 7439925. OLE color: 7439925.

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

Color convert

RGB 53 134 113 -
CMYK 0.60 0 0.16 0.47
HSL 164.44º 0.43% 0.37% -
HSV(B) 164.44º 0.6% 0.53% -
XYZ 12.97 19 18.61 -
YUV 107.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 53 134 113 0.60 0 0.16 0.47 164.44 0.43 0.37
Hex 35 86 71 3C 0 10 2F A4 2B 25
Octal 65 206 161 74 0 20 57 244 53 45
Binary 110101 10000110 1110001 111100 0 10000 101111 10100100 101011 100101

Color Harmonies of #358671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358671

Black with #358671

Text Example


Text Example

White with #358671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358671; }

 p { color: rgb(53,134,113); }

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

background-color css

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

 a { background-color: rgb(53,134,113); }

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

border-color css

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

 span { border-color: rgb(53,134,113); }

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