Html Css Color HEX #358468 Viridian

📋 copy color: '#358468'

red 53 ◦ green 132 ◦ blue 104

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

Shades of Viridian #358468

Tints of Viridian #358468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 18.34%
G = 45.67%
B = 35.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#358468 (or 0x358468) is known color: Viridian. HEX triplet: 35, 84 and 68. RGB value is (53,132,104). Sum of RGB (Red+Green+Blue) = 53+132+104=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #358468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358468 is #CA7B97. Grayscale: #696969. Windows color (decimal): -13269912 or 6849589. OLE color: 6849589.

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

Color convert

RGB 53 132 104 -
CMYK 0.60 0 0.21 0.48
HSL 158.73º 0.43% 0.36% -
HSV(B) 158.73º 0.6% 0.52% -
XYZ 12.22 18.26 15.98 -
YUV 105.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 53 132 104 0.60 0 0.21 0.48 158.73 0.43 0.36
Hex 35 84 68 3C 0 15 30 9F 2B 24
Octal 65 204 150 74 0 25 60 237 53 44
Binary 110101 10000100 1101000 111100 0 10101 110000 10011111 101011 100100

Color Harmonies of #358468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358468

Black with #358468

Text Example


Text Example

White with #358468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358468; }

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

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

background-color css

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

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

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

border-color css

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

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

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