Html Css Color HEX #426718 Dell

📋 copy color: '#426718'

red 66 ◦ green 103 ◦ blue 24

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

Shades of Dell #426718

Tints of Dell #426718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.37%

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

R = 34.2%
G = 53.37%
B = 12.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#426718 (or 0x426718) is known color: Dell. HEX triplet: 42, 67 and 18. RGB value is (66,103,24). Sum of RGB (Red+Green+Blue) = 66+103+24=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #426718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426718 is #BD98E7. Grayscale: #535353. Windows color (decimal): -12425448 or 1599298. OLE color: 1599298.

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

Color convert

RGB 66 103 24 -
CMYK 0.36 0 0.77 0.60
HSL 88.1º 0.62% 0.25% -
HSV(B) 88.1º 0.77% 0.4% -
XYZ 7.26 10.92 2.59 -
YUV 82.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 66 103 24 0.36 0 0.77 0.60 88.1 0.62 0.25
Hex 42 67 18 24 0 4D 3C 58 3E 19
Octal 102 147 30 44 0 115 74 130 76 31
Binary 1000010 1100111 11000 100100 0 1001101 111100 1011000 111110 11001

Color Harmonies of #426718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426718

Black with #426718

Text Example


Text Example

White with #426718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426718; }

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

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

background-color css

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

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

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

border-color css

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

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

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