Html Css Color HEX #426152 Viridian Green

📋 copy color: '#426152'

red 66 ◦ green 97 ◦ blue 82

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

Shades of Viridian Green #426152

Tints of Viridian Green #426152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

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

R = 26.94%
G = 39.59%
B = 33.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#426152 (or 0x426152) is known color: Viridian Green. HEX triplet: 42, 61 and 52. RGB value is (66,97,82). Sum of RGB (Red+Green+Blue) = 66+97+82=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #426152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426152 is #BD9EAD. Grayscale: #565656. Windows color (decimal): -12426926 or 5398850. OLE color: 5398850.

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

Color convert

RGB 66 97 82 -
CMYK 0.32 0 0.15 0.62
HSL 150.97º 0.19% 0.32% -
HSV(B) 150.97º 0.32% 0.38% -
XYZ 8.04 10.32 9.55 -
YUV 86.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 66 97 82 0.32 0 0.15 0.62 150.97 0.19 0.32
Hex 42 61 52 20 0 F 3E 97 13 20
Octal 102 141 122 40 0 17 76 227 23 40
Binary 1000010 1100001 1010010 100000 0 1111 111110 10010111 10011 100000

Color Harmonies of #426152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426152

Black with #426152

Text Example


Text Example

White with #426152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426152; }

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

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

background-color css

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

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

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

border-color css

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

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

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