Html Css Color HEX #35846E Viridian

📋 copy color: '#35846E'

red 53 ◦ green 132 ◦ blue 110

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

Shades of Viridian #35846E

Tints of Viridian #35846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 17.97%
G = 44.75%
B = 37.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#35846E (or 0x35846E) is known color: Viridian. HEX triplet: 35, 84 and 6E. RGB value is (53,132,110). Sum of RGB (Red+Green+Blue) = 53+132+110=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #35846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35846E is #CA7B91. Grayscale: #696969. Windows color (decimal): -13269906 or 7242805. OLE color: 7242805.

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

Color convert

RGB 53 132 110 -
CMYK 0.60 0 0.17 0.48
HSL 163.29º 0.43% 0.36% -
HSV(B) 163.29º 0.6% 0.52% -
XYZ 12.53 18.39 17.64 -
YUV 105.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 53 132 110 0.60 0 0.17 0.48 163.29 0.43 0.36
Hex 35 84 6E 3C 0 11 30 A3 2B 24
Octal 65 204 156 74 0 21 60 243 53 44
Binary 110101 10000100 1101110 111100 0 10001 110000 10100011 101011 100100

Color Harmonies of #35846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35846E

Black with #35846E

Text Example


Text Example

White with #35846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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