Html Css Color HEX #426817 Dell

📋 copy color: '#426817'

red 66 ◦ green 104 ◦ blue 23

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

Shades of Dell #426817

Tints of Dell #426817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 34.2%
G = 53.89%
B = 11.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#426817 (or 0x426817) is known color: Dell. HEX triplet: 42, 68 and 17. RGB value is (66,104,23). Sum of RGB (Red+Green+Blue) = 66+104+23=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #426817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426817 is #BD97E8. Grayscale: #535353. Windows color (decimal): -12425193 or 1534018. OLE color: 1534018.

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

Color convert

RGB 66 104 23 -
CMYK 0.37 0 0.78 0.59
HSL 88.15º 0.64% 0.25% -
HSV(B) 88.15º 0.78% 0.41% -
XYZ 7.35 11.12 2.57 -
YUV 83.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 66 104 23 0.37 0 0.78 0.59 88.15 0.64 0.25
Hex 42 68 17 25 0 4E 3B 58 40 19
Octal 102 150 27 45 0 116 73 130 100 31
Binary 1000010 1101000 10111 100101 0 1001110 111011 1011000 1000000 11001

Color Harmonies of #426817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426817

Black with #426817

Text Example


Text Example

White with #426817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426817; }

 p { color: rgb(66,104,23); }

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

background-color css

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

 a { background-color: rgb(66,104,23); }

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

border-color css

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

 span { border-color: rgb(66,104,23); }

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