Html Css Color HEX #426A19 Dell

📋 copy color: '#426A19'

red 66 ◦ green 106 ◦ blue 25

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

Shades of Dell #426A19

Tints of Dell #426A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 33.5%
G = 53.81%
B = 12.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#426A19 (or 0x426A19) is known color: Dell. HEX triplet: 42, 6A and 19. RGB value is (66,106,25). Sum of RGB (Red+Green+Blue) = 66+106+25=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #426A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A19 is #BD95E6. Grayscale: #555555. Windows color (decimal): -12424679 or 1665602. OLE color: 1665602.

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

Color convert

RGB 66 106 25 -
CMYK 0.38 0 0.76 0.58
HSL 89.63º 0.62% 0.26% -
HSV(B) 89.63º 0.76% 0.42% -
XYZ 7.58 11.54 2.75 -
YUV 84.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 66 106 25 0.38 0 0.76 0.58 89.63 0.62 0.26
Hex 42 6A 19 26 0 4C 3A 5A 3E 1A
Octal 102 152 31 46 0 114 72 132 76 32
Binary 1000010 1101010 11001 100110 0 1001100 111010 1011010 111110 11010

Color Harmonies of #426A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A19

Black with #426A19

Text Example


Text Example

White with #426A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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