Html Css Color HEX #426818 Dell

📋 copy color: '#426818'

red 66 ◦ green 104 ◦ blue 24

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

Shades of Dell #426818

Tints of Dell #426818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 34.02%
G = 53.61%
B = 12.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#426818 (or 0x426818) is known color: Dell. HEX triplet: 42, 68 and 18. RGB value is (66,104,24). Sum of RGB (Red+Green+Blue) = 66+104+24=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #426818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426818 is #BD97E7. Grayscale: #535353. Windows color (decimal): -12425192 or 1599554. OLE color: 1599554.

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

Color convert

RGB 66 104 24 -
CMYK 0.37 0 0.77 0.59
HSL 88.5º 0.63% 0.25% -
HSV(B) 88.5º 0.77% 0.41% -
XYZ 7.36 11.12 2.62 -
YUV 83.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 66 104 24 0.37 0 0.77 0.59 88.5 0.63 0.25
Hex 42 68 18 25 0 4D 3B 58 3E 19
Octal 102 150 30 45 0 115 73 130 76 31
Binary 1000010 1101000 11000 100101 0 1001101 111011 1011000 111110 11001

Color Harmonies of #426818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426818

Black with #426818

Text Example


Text Example

White with #426818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426818; }

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

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

background-color css

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

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

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

border-color css

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

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

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