Html Css Color HEX #358674 Viridian

📋 copy color: '#358674'

red 53 ◦ green 134 ◦ blue 116

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

Shades of Viridian #358674

Tints of Viridian #358674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 17.49%
G = 44.22%
B = 38.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#358674 (or 0x358674) is known color: Viridian. HEX triplet: 35, 86 and 74. RGB value is (53,134,116). Sum of RGB (Red+Green+Blue) = 53+134+116=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #358674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358674 is #CA798B. Grayscale: #6B6B6B. Windows color (decimal): -13269388 or 7636533. OLE color: 7636533.

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

Color convert

RGB 53 134 116 -
CMYK 0.60 0 0.13 0.47
HSL 166.67º 0.43% 0.37% -
HSV(B) 166.67º 0.6% 0.53% -
XYZ 13.15 19.07 19.51 -
YUV 107.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 53 134 116 0.60 0 0.13 0.47 166.67 0.43 0.37
Hex 35 86 74 3C 0 D 2F A7 2B 25
Octal 65 206 164 74 0 15 57 247 53 45
Binary 110101 10000110 1110100 111100 0 1101 101111 10100111 101011 100101

Color Harmonies of #358674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358674

Black with #358674

Text Example


Text Example

White with #358674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358674; }

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

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

background-color css

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

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

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

border-color css

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

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

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