Html Css Color HEX #426A2F Dell

📋 copy color: '#426A2F'

red 66 ◦ green 106 ◦ blue 47

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

Shades of Dell #426A2F

Tints of Dell #426A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.4%

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 30.14%
G = 48.4%
B = 21.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#426A2F (or 0x426A2F) is known color: Dell. HEX triplet: 42, 6A and 2F. RGB value is (66,106,47). Sum of RGB (Red+Green+Blue) = 66+106+47=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #426A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A2F is #BD95D0. Grayscale: #575757. Windows color (decimal): -12424657 or 3107394. OLE color: 3107394.

HSL color Cylindrical-coordinate representation of color #426A2F: hue angle of 100.68º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #426A2F is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 106 47 -
CMYK 0.38 0 0.56 0.58
HSL 100.68º 0.39% 0.3% -
HSV(B) 100.68º 0.56% 0.42% -
XYZ 7.91 11.67 4.53 -
YUV 87.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 66 106 47 0.38 0 0.56 0.58 100.68 0.39 0.3
Hex 42 6A 2F 26 0 38 3A 65 27 1E
Octal 102 152 57 46 0 70 72 145 47 36
Binary 1000010 1101010 101111 100110 0 111000 111010 1100101 100111 11110

Color Harmonies of #426A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A2F

Black with #426A2F

Text Example


Text Example

White with #426A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426A2F; }

 p { color: rgb(66,106,47); }

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

background-color css

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

 a { background-color: rgb(66,106,47); }

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

border-color css

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

 span { border-color: rgb(66,106,47); }

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