Html Css Color HEX #35876C Viridian

📋 copy color: '#35876C'

red 53 ◦ green 135 ◦ blue 108

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

Shades of Viridian #35876C

Tints of Viridian #35876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

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

R = 17.91%
G = 45.61%
B = 36.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#35876C (or 0x35876C) is known color: Viridian. HEX triplet: 35, 87 and 6C. RGB value is (53,135,108). Sum of RGB (Red+Green+Blue) = 53+135+108=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #35876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35876C is #CA7893. Grayscale: #6B6B6B. Windows color (decimal): -13269140 or 7112501. OLE color: 7112501.

HSL color Cylindrical-coordinate representation of color #35876C: hue angle of 160.24º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35876C is Cyan = 0.61, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 108 -
CMYK 0.61 0 0.2 0.47
HSL 160.24º 0.44% 0.37% -
HSV(B) 160.24º 0.61% 0.53% -
XYZ 12.84 19.17 17.21 -
YUV 107.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 53 135 108 0.61 0 0.2 0.47 160.24 0.44 0.37
Hex 35 87 6C 3D 0 14 2F A0 2C 25
Octal 65 207 154 75 0 24 57 240 54 45
Binary 110101 10000111 1101100 111101 0 10100 101111 10100000 101100 100101

Color Harmonies of #35876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35876C

Black with #35876C

Text Example


Text Example

White with #35876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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