Html Css Color HEX #35816C Viridian

📋 copy color: '#35816C'

red 53 ◦ green 129 ◦ blue 108

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

Shades of Viridian #35816C

Tints of Viridian #35816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

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

R = 18.28%
G = 44.48%
B = 37.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#35816C (or 0x35816C) is known color: Viridian. HEX triplet: 35, 81 and 6C. RGB value is (53,129,108). Sum of RGB (Red+Green+Blue) = 53+129+108=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #35816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35816C is #CA7E93. Grayscale: #676767. Windows color (decimal): -13270676 or 7110965. OLE color: 7110965.

HSL color Cylindrical-coordinate representation of color #35816C: hue angle of 163.42º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35816C is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 129 108 -
CMYK 0.59 0 0.16 0.49
HSL 163.42º 0.42% 0.36% -
HSV(B) 163.42º 0.59% 0.51% -
XYZ 12.03 17.54 16.94 -
YUV 103.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 53 129 108 0.59 0 0.16 0.49 163.42 0.42 0.36
Hex 35 81 6C 3B 0 10 31 A3 2A 24
Octal 65 201 154 73 0 20 61 243 52 44
Binary 110101 10000001 1101100 111011 0 10000 110001 10100011 101010 100100

Color Harmonies of #35816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35816C

Black with #35816C

Text Example


Text Example

White with #35816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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