Html Css Color HEX #35856D Viridian

📋 copy color: '#35856D'

red 53 ◦ green 133 ◦ blue 109

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

Shades of Viridian #35856D

Tints of Viridian #35856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 17.97%
G = 45.08%
B = 36.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#35856D (or 0x35856D) is known color: Viridian. HEX triplet: 35, 85 and 6D. RGB value is (53,133,109). Sum of RGB (Red+Green+Blue) = 53+133+109=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #35856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35856D is #CA7A92. Grayscale: #6A6A6A. Windows color (decimal): -13269651 or 7177525. OLE color: 7177525.

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

Color convert

RGB 53 133 109 -
CMYK 0.60 0 0.18 0.48
HSL 162º 0.43% 0.36% -
HSV(B) 162º 0.6% 0.52% -
XYZ 12.62 18.64 17.4 -
YUV 106.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 53 133 109 0.60 0 0.18 0.48 162 0.43 0.36
Hex 35 85 6D 3C 0 12 30 A2 2B 24
Octal 65 205 155 74 0 22 60 242 53 44
Binary 110101 10000101 1101101 111100 0 10010 110000 10100010 101011 100100

Color Harmonies of #35856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35856D

Black with #35856D

Text Example


Text Example

White with #35856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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