Html Css Color HEX #35826C Viridian

📋 copy color: '#35826C'

red 53 ◦ green 130 ◦ blue 108

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

Shades of Viridian #35826C

Tints of Viridian #35826C

RGB

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

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

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

R = 18.21%
G = 44.67%
B = 37.11%

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

#35826C (or 0x35826C) is known color: Viridian. HEX triplet: 35, 82 and 6C. RGB value is (53,130,108). Sum of RGB (Red+Green+Blue) = 53+130+108=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #35826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35826C is #CA7D93. Grayscale: #686868. Windows color (decimal): -13270420 or 7111221. OLE color: 7111221.

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

Color convert

RGB 53 130 108 -
CMYK 0.59 0 0.17 0.49
HSL 162.86º 0.42% 0.36% -
HSV(B) 162.86º 0.59% 0.51% -
XYZ 12.16 17.8 16.98 -
YUV 104.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 53 130 108 0.59 0 0.17 0.49 162.86 0.42 0.36
Hex 35 82 6C 3B 0 11 31 A3 2A 24
Octal 65 202 154 73 0 21 61 243 52 44
Binary 110101 10000010 1101100 111011 0 10001 110001 10100011 101010 100100

Color Harmonies of #35826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35826C

Black with #35826C

Text Example


Text Example

White with #35826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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