Html Css Color HEX #426626 Dell

📋 copy color: '#426626'

red 66 ◦ green 102 ◦ blue 38

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

Shades of Dell #426626

Tints of Dell #426626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 32.04%
G = 49.51%
B = 18.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#426626 (or 0x426626) is known color: Dell. HEX triplet: 42, 66 and 26. RGB value is (66,102,38). Sum of RGB (Red+Green+Blue) = 66+102+38=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #426626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426626 is #BD99D9. Grayscale: #545454. Windows color (decimal): -12425690 or 2516546. OLE color: 2516546.

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

Color convert

RGB 66 102 38 -
CMYK 0.35 0 0.63 0.6
HSL 93.75º 0.46% 0.27% -
HSV(B) 93.75º 0.63% 0.4% -
XYZ 7.35 10.8 3.53 -
YUV 83.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 66 102 38 0.35 0 0.63 0.6 93.75 0.46 0.27
Hex 42 66 26 23 0 3F 3C 5E 2E 1B
Octal 102 146 46 43 0 77 74 136 56 33
Binary 1000010 1100110 100110 100011 0 111111 111100 1011110 101110 11011

Color Harmonies of #426626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426626

Black with #426626

Text Example


Text Example

White with #426626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426626; }

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

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

background-color css

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

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

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

border-color css

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

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

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