Html Css Color HEX #426527 Dell

📋 copy color: '#426527'

red 66 ◦ green 101 ◦ blue 39

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

Shades of Dell #426527

Tints of Dell #426527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.03%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 32.04%
G = 49.03%
B = 18.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#426527 (or 0x426527) is known color: Dell. HEX triplet: 42, 65 and 27. RGB value is (66,101,39). Sum of RGB (Red+Green+Blue) = 66+101+39=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #426527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426527 is #BD9AD8. Grayscale: #535353. Windows color (decimal): -12425945 or 2581826. OLE color: 2581826.

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

Color convert

RGB 66 101 39 -
CMYK 0.35 0 0.61 0.60
HSL 93.87º 0.44% 0.27% -
HSV(B) 93.87º 0.61% 0.4% -
XYZ 7.27 10.61 3.58 -
YUV 83.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 66 101 39 0.35 0 0.61 0.60 93.87 0.44 0.27
Hex 42 65 27 23 0 3D 3C 5E 2C 1B
Octal 102 145 47 43 0 75 74 136 54 33
Binary 1000010 1100101 100111 100011 0 111101 111100 1011110 101100 11011

Color Harmonies of #426527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426527

Black with #426527

Text Example


Text Example

White with #426527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426527; }

 p { color: rgb(66,101,39); }

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

background-color css

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

 a { background-color: rgb(66,101,39); }

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

border-color css

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

 span { border-color: rgb(66,101,39); }

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