Html Css Color HEX #426624 Dell

📋 copy color: '#426624'

red 66 ◦ green 102 ◦ blue 36

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

Shades of Dell #426624

Tints of Dell #426624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 32.35%
G = 50%
B = 17.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#426624 (or 0x426624) is known color: Dell. HEX triplet: 42, 66 and 24. RGB value is (66,102,36). Sum of RGB (Red+Green+Blue) = 66+102+36=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #426624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426624 is #BD99DB. Grayscale: #535353. Windows color (decimal): -12425692 or 2385474. OLE color: 2385474.

HSL color Cylindrical-coordinate representation of color #426624: hue angle of 92.73º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426624 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 36 -
CMYK 0.35 0 0.65 0.6
HSL 92.73º 0.48% 0.27% -
HSV(B) 92.73º 0.65% 0.4% -
XYZ 7.32 10.79 3.37 -
YUV 83.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 66 102 36 0.35 0 0.65 0.6 92.73 0.48 0.27
Hex 42 66 24 23 0 41 3C 5D 30 1B
Octal 102 146 44 43 0 101 74 135 60 33
Binary 1000010 1100110 100100 100011 0 1000001 111100 1011101 110000 11011

Color Harmonies of #426624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426624

Black with #426624

Text Example


Text Example

White with #426624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426624; }

 p { color: rgb(66,102,36); }

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

background-color css

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

 a { background-color: rgb(66,102,36); }

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

border-color css

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

 span { border-color: rgb(66,102,36); }

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