Html Css Color HEX #35826A Viridian

📋 copy color: '#35826A'

red 53 ◦ green 130 ◦ blue 106

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

Shades of Viridian #35826A

Tints of Viridian #35826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 18.34%
G = 44.98%
B = 36.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#35826A (or 0x35826A) is known color: Viridian. HEX triplet: 35, 82 and 6A. RGB value is (53,130,106). Sum of RGB (Red+Green+Blue) = 53+130+106=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #35826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35826A is #CA7D95. Grayscale: #686868. Windows color (decimal): -13270422 or 6980149. OLE color: 6980149.

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

Color convert

RGB 53 130 106 -
CMYK 0.59 0 0.18 0.49
HSL 161.3º 0.42% 0.36% -
HSV(B) 161.3º 0.59% 0.51% -
XYZ 12.05 17.76 16.43 -
YUV 104.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 53 130 106 0.59 0 0.18 0.49 161.3 0.42 0.36
Hex 35 82 6A 3B 0 12 31 A1 2A 24
Octal 65 202 152 73 0 22 61 241 52 44
Binary 110101 10000010 1101010 111011 0 10010 110001 10100001 101010 100100

Color Harmonies of #35826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35826A

Black with #35826A

Text Example


Text Example

White with #35826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35826A; }

 p { color: rgb(53,130,106); }

 H1.HeaderClassName
 {
   color: #35826A;
 }
 .AnyTagClassName
 {
   color: #35826A;
 }
</style>

background-color css

<style>
 a { background-color: #35826A; }

 a { background-color: rgb(53,130,106); }

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

border-color css

<style>
 span { border-color: #35826A; }

 span { border-color: rgb(53,130,106); }

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