Html Css Color HEX #426629 Dell

📋 copy color: '#426629'

red 66 ◦ green 102 ◦ blue 41

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

Shades of Dell #426629

Tints of Dell #426629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 31.58%
G = 48.8%
B = 19.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#426629 (or 0x426629) is known color: Dell. HEX triplet: 42, 66 and 29. RGB value is (66,102,41). Sum of RGB (Red+Green+Blue) = 66+102+41=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #426629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426629 is #BD99D6. Grayscale: #545454. Windows color (decimal): -12425687 or 2713154. OLE color: 2713154.

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

Color convert

RGB 66 102 41 -
CMYK 0.35 0 0.60 0.6
HSL 95.41º 0.43% 0.28% -
HSV(B) 95.41º 0.6% 0.4% -
XYZ 7.4 10.82 3.8 -
YUV 84.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 66 102 41 0.35 0 0.60 0.6 95.41 0.43 0.28
Hex 42 66 29 23 0 3C 3C 5F 2B 1C
Octal 102 146 51 43 0 74 74 137 53 34
Binary 1000010 1100110 101001 100011 0 111100 111100 1011111 101011 11100

Color Harmonies of #426629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426629

Black with #426629

Text Example


Text Example

White with #426629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426629; }

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

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

background-color css

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

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

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

border-color css

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

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

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