Html Css Color HEX #35906C Viridian

📋 copy color: '#35906C'

red 53 ◦ green 144 ◦ blue 108

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

Shades of Viridian #35906C

Tints of Viridian #35906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 17.38%
G = 47.21%
B = 35.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#35906C (or 0x35906C) is known color: Viridian. HEX triplet: 35, 90 and 6C. RGB value is (53,144,108). Sum of RGB (Red+Green+Blue) = 53+144+108=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #35906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35906C is #CA6F93. Grayscale: #707070. Windows color (decimal): -13266836 or 7114805. OLE color: 7114805.

HSL color Cylindrical-coordinate representation of color #35906C: hue angle of 156.26º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35906C is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 108 -
CMYK 0.63 0 0.25 0.44
HSL 156.26º 0.46% 0.39% -
HSV(B) 156.26º 0.63% 0.56% -
XYZ 14.15 21.79 17.65 -
YUV 112.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 53 144 108 0.63 0 0.25 0.44 156.26 0.46 0.39
Hex 35 90 6C 3F 0 19 2C 9C 2E 27
Octal 65 220 154 77 0 31 54 234 56 47
Binary 110101 10010000 1101100 111111 0 11001 101100 10011100 101110 100111

Color Harmonies of #35906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35906C

Black with #35906C

Text Example


Text Example

White with #35906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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