Html Css Color HEX #35856C Viridian

📋 copy color: '#35856C'

red 53 ◦ green 133 ◦ blue 108

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

Shades of Viridian #35856C

Tints of Viridian #35856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 18.03%
G = 45.24%
B = 36.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#35856C (or 0x35856C) is known color: Viridian. HEX triplet: 35, 85 and 6C. RGB value is (53,133,108). Sum of RGB (Red+Green+Blue) = 53+133+108=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #35856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35856C is #CA7A93. Grayscale: #6A6A6A. Windows color (decimal): -13269652 or 7111989. OLE color: 7111989.

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

Color convert

RGB 53 133 108 -
CMYK 0.60 0 0.19 0.48
HSL 161.25º 0.43% 0.36% -
HSV(B) 161.25º 0.6% 0.52% -
XYZ 12.56 18.61 17.12 -
YUV 106.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 53 133 108 0.60 0 0.19 0.48 161.25 0.43 0.36
Hex 35 85 6C 3C 0 13 30 A1 2B 24
Octal 65 205 154 74 0 23 60 241 53 44
Binary 110101 10000101 1101100 111100 0 10011 110000 10100001 101011 100100

Color Harmonies of #35856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35856C

Black with #35856C

Text Example


Text Example

White with #35856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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