Html Css Color HEX #358569 Viridian

📋 copy color: '#358569'

red 53 ◦ green 133 ◦ blue 105

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

Shades of Viridian #358569

Tints of Viridian #358569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.7%

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

R = 18.21%
G = 45.7%
B = 36.08%

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

#358569 (or 0x358569) is known color: Viridian. HEX triplet: 35, 85 and 69. RGB value is (53,133,105). Sum of RGB (Red+Green+Blue) = 53+133+105=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #358569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358569 is #CA7A96. Grayscale: #696969. Windows color (decimal): -13269655 or 6915381. OLE color: 6915381.

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

Color convert

RGB 53 133 105 -
CMYK 0.60 0 0.21 0.48
HSL 159º 0.43% 0.36% -
HSV(B) 159º 0.6% 0.52% -
XYZ 12.41 18.55 16.29 -
YUV 105.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 53 133 105 0.60 0 0.21 0.48 159 0.43 0.36
Hex 35 85 69 3C 0 15 30 9F 2B 24
Octal 65 205 151 74 0 25 60 237 53 44
Binary 110101 10000101 1101001 111100 0 10101 110000 10011111 101011 100100

Color Harmonies of #358569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358569

Black with #358569

Text Example


Text Example

White with #358569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358569; }

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

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

background-color css

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

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

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

border-color css

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

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

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