Html Css Color HEX #426252 Viridian Green

📋 copy color: '#426252'

red 66 ◦ green 98 ◦ blue 82

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

Shades of Viridian Green #426252

Tints of Viridian Green #426252

RGB

 RED value IS 66 (26.17% from 255) = 26.83%

 GREEN value IS 98 (38.67% from 255) = 39.84%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 26.83%
G = 39.84%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#426252 (or 0x426252) is known color: Viridian Green. HEX triplet: 42, 62 and 52. RGB value is (66,98,82). Sum of RGB (Red+Green+Blue) = 66+98+82=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #426252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426252 is #BD9DAD. Grayscale: #565656. Windows color (decimal): -12426670 or 5399106. OLE color: 5399106.

HSL color Cylindrical-coordinate representation of color #426252: hue angle of 150º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426252 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 82 -
CMYK 0.33 0 0.16 0.62
HSL 150º 0.2% 0.32% -
HSV(B) 150º 0.33% 0.38% -
XYZ 8.14 10.5 9.58 -
YUV 86.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 66 98 82 0.33 0 0.16 0.62 150 0.2 0.32
Hex 42 62 52 21 0 10 3E 96 14 20
Octal 102 142 122 41 0 20 76 226 24 40
Binary 1000010 1100010 1010010 100001 0 10000 111110 10010110 10100 100000

Color Harmonies of #426252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426252

Black with #426252

Text Example


Text Example

White with #426252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426252; }

 p { color: rgb(66,98,82); }

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

background-color css

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

 a { background-color: rgb(66,98,82); }

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

border-color css

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

 span { border-color: rgb(66,98,82); }

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