Html Css Color HEX #358469 Viridian

📋 copy color: '#358469'

red 53 ◦ green 132 ◦ blue 105

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

Shades of Viridian #358469

Tints of Viridian #358469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 18.28%
G = 45.52%
B = 36.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#358469 (or 0x358469) is known color: Viridian. HEX triplet: 35, 84 and 69. RGB value is (53,132,105). Sum of RGB (Red+Green+Blue) = 53+132+105=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #358469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358469 is #CA7B96. Grayscale: #696969. Windows color (decimal): -13269911 or 6915125. OLE color: 6915125.

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

Color convert

RGB 53 132 105 -
CMYK 0.60 0 0.20 0.48
HSL 159.49º 0.43% 0.36% -
HSV(B) 159.49º 0.6% 0.52% -
XYZ 12.27 18.28 16.25 -
YUV 105.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 53 132 105 0.60 0 0.20 0.48 159.49 0.43 0.36
Hex 35 84 69 3C 0 14 30 9F 2B 24
Octal 65 204 151 74 0 24 60 237 53 44
Binary 110101 10000100 1101001 111100 0 10100 110000 10011111 101011 100100

Color Harmonies of #358469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358469

Black with #358469

Text Example


Text Example

White with #358469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358469; }

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

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

background-color css

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

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

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

border-color css

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

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

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