Html Css Color HEX #426C1C Dell

📋 copy color: '#426C1C'

red 66 ◦ green 108 ◦ blue 28

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

Shades of Dell #426C1C

Tints of Dell #426C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 53.47%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 32.67%
G = 53.47%
B = 13.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#426C1C (or 0x426C1C) is known color: Dell. HEX triplet: 42, 6C and 1C. RGB value is (66,108,28). Sum of RGB (Red+Green+Blue) = 66+108+28=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #426C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C1C is #BD93E3. Grayscale: #565656. Windows color (decimal): -12424164 or 1862722. OLE color: 1862722.

HSL color Cylindrical-coordinate representation of color #426C1C: hue angle of 91.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426C1C is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 108 28 -
CMYK 0.39 0 0.74 0.58
HSL 91.5º 0.59% 0.27% -
HSV(B) 91.5º 0.74% 0.42% -
XYZ 7.82 11.97 3 -
YUV 86.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 66 108 28 0.39 0 0.74 0.58 91.5 0.59 0.27
Hex 42 6C 1C 27 0 4A 3A 5C 3B 1B
Octal 102 154 34 47 0 112 72 134 73 33
Binary 1000010 1101100 11100 100111 0 1001010 111010 1011100 111011 11011

Color Harmonies of #426C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C1C

Black with #426C1C

Text Example


Text Example

White with #426C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426C1C; }

 p { color: rgb(66,108,28); }

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

background-color css

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

 a { background-color: rgb(66,108,28); }

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

border-color css

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

 span { border-color: rgb(66,108,28); }

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