Html Css Color HEX #426553 Viridian Green

📋 copy color: '#426553'

red 66 ◦ green 101 ◦ blue 83

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

Shades of Viridian Green #426553

Tints of Viridian Green #426553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 26.4%
G = 40.4%
B = 33.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#426553 (or 0x426553) is known color: Viridian Green. HEX triplet: 42, 65 and 53. RGB value is (66,101,83). Sum of RGB (Red+Green+Blue) = 66+101+83=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #426553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426553 is #BD9AAC. Grayscale: #585858. Windows color (decimal): -12425901 or 5465410. OLE color: 5465410.

HSL color Cylindrical-coordinate representation of color #426553: hue angle of 149.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426553 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 83 -
CMYK 0.35 0 0.18 0.60
HSL 149.14º 0.21% 0.33% -
HSV(B) 149.14º 0.35% 0.4% -
XYZ 8.46 11.09 9.88 -
YUV 88.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 66 101 83 0.35 0 0.18 0.60 149.14 0.21 0.33
Hex 42 65 53 23 0 12 3C 95 15 21
Octal 102 145 123 43 0 22 74 225 25 41
Binary 1000010 1100101 1010011 100011 0 10010 111100 10010101 10101 100001

Color Harmonies of #426553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426553

Black with #426553

Text Example


Text Example

White with #426553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426553; }

 p { color: rgb(66,101,83); }

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

background-color css

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

 a { background-color: rgb(66,101,83); }

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

border-color css

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

 span { border-color: rgb(66,101,83); }

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