Html Css Color HEX #35816B Viridian

📋 copy color: '#35816B'

red 53 ◦ green 129 ◦ blue 107

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

Shades of Viridian #35816B

Tints of Viridian #35816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 18.34%
G = 44.64%
B = 37.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#35816B (or 0x35816B) is known color: Viridian. HEX triplet: 35, 81 and 6B. RGB value is (53,129,107). Sum of RGB (Red+Green+Blue) = 53+129+107=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #35816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35816B is #CA7E94. Grayscale: #676767. Windows color (decimal): -13270677 or 7045429. OLE color: 7045429.

HSL color Cylindrical-coordinate representation of color #35816B: hue angle of 162.63º 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 #35816B is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 129 107 -
CMYK 0.59 0 0.17 0.49
HSL 162.63º 0.42% 0.36% -
HSV(B) 162.63º 0.59% 0.51% -
XYZ 11.97 17.52 16.66 -
YUV 103.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 53 129 107 0.59 0 0.17 0.49 162.63 0.42 0.36
Hex 35 81 6B 3B 0 11 31 A3 2A 24
Octal 65 201 153 73 0 21 61 243 52 44
Binary 110101 10000001 1101011 111011 0 10001 110001 10100011 101010 100100

Color Harmonies of #35816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35816B

Black with #35816B

Text Example


Text Example

White with #35816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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