Html Css Color HEX #426919 Dell

📋 copy color: '#426919'

red 66 ◦ green 105 ◦ blue 25

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

Shades of Dell #426919

Tints of Dell #426919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.57%

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

R = 33.67%
G = 53.57%
B = 12.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#426919 (or 0x426919) is known color: Dell. HEX triplet: 42, 69 and 19. RGB value is (66,105,25). Sum of RGB (Red+Green+Blue) = 66+105+25=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #426919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426919 is #BD96E6. Grayscale: #545454. Windows color (decimal): -12424935 or 1665346. OLE color: 1665346.

HSL color Cylindrical-coordinate representation of color #426919: hue angle of 89.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #426919 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 25 -
CMYK 0.37 0 0.76 0.59
HSL 89.25º 0.62% 0.25% -
HSV(B) 89.25º 0.76% 0.41% -
XYZ 7.47 11.33 2.71 -
YUV 84.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 66 105 25 0.37 0 0.76 0.59 89.25 0.62 0.25
Hex 42 69 19 25 0 4C 3B 59 3E 19
Octal 102 151 31 45 0 114 73 131 76 31
Binary 1000010 1101001 11001 100101 0 1001100 111011 1011001 111110 11001

Color Harmonies of #426919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426919

Black with #426919

Text Example


Text Example

White with #426919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426919; }

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

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

background-color css

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

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

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

border-color css

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

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

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