Html Css Color HEX #426B19 Dell

📋 copy color: '#426B19'

red 66 ◦ green 107 ◦ blue 25

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

Shades of Dell #426B19

Tints of Dell #426B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.04%

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

R = 33.33%
G = 54.04%
B = 12.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#426B19 (or 0x426B19) is known color: Dell. HEX triplet: 42, 6B and 19. RGB value is (66,107,25). Sum of RGB (Red+Green+Blue) = 66+107+25=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #426B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B19 is #BD94E6. Grayscale: #555555. Windows color (decimal): -12424423 or 1665858. OLE color: 1665858.

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

Color convert

RGB 66 107 25 -
CMYK 0.38 0 0.77 0.58
HSL 90º 0.62% 0.26% -
HSV(B) 90º 0.77% 0.42% -
XYZ 7.68 11.74 2.78 -
YUV 85.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 66 107 25 0.38 0 0.77 0.58 90 0.62 0.26
Hex 42 6B 19 26 0 4D 3A 5A 3E 1A
Octal 102 153 31 46 0 115 72 132 76 32
Binary 1000010 1101011 11001 100110 0 1001101 111010 1011010 111110 11010

Color Harmonies of #426B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B19

Black with #426B19

Text Example


Text Example

White with #426B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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