Html Css Color HEX #35856F Viridian

📋 copy color: '#35856F'

red 53 ◦ green 133 ◦ blue 111

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

Shades of Viridian #35856F

Tints of Viridian #35856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 17.85%
G = 44.78%
B = 37.37%

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

#35856F (or 0x35856F) is known color: Viridian. HEX triplet: 35, 85 and 6F. RGB value is (53,133,111). Sum of RGB (Red+Green+Blue) = 53+133+111=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #35856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35856F is #CA7A90. Grayscale: #6A6A6A. Windows color (decimal): -13269649 or 7308597. OLE color: 7308597.

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

Color convert

RGB 53 133 111 -
CMYK 0.60 0 0.17 0.48
HSL 163.5º 0.43% 0.36% -
HSV(B) 163.5º 0.6% 0.52% -
XYZ 12.72 18.68 17.97 -
YUV 106.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 53 133 111 0.60 0 0.17 0.48 163.5 0.43 0.36
Hex 35 85 6F 3C 0 11 30 A4 2B 24
Octal 65 205 157 74 0 21 60 244 53 44
Binary 110101 10000101 1101111 111100 0 10001 110000 10100100 101011 100100

Color Harmonies of #35856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35856F

Black with #35856F

Text Example


Text Example

White with #35856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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