Html Css Color HEX #426027 Dell

📋 copy color: '#426027'

red 66 ◦ green 96 ◦ blue 39

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

Shades of Dell #426027

Tints of Dell #426027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

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

R = 32.84%
G = 47.76%
B = 19.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#426027 (or 0x426027) is known color: Dell. HEX triplet: 42, 60 and 27. RGB value is (66,96,39). Sum of RGB (Red+Green+Blue) = 66+96+39=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #426027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426027 is #BD9FD8. Grayscale: #505050. Windows color (decimal): -12427225 or 2580546. OLE color: 2580546.

HSL color Cylindrical-coordinate representation of color #426027: hue angle of 91.58º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426027 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 39 -
CMYK 0.31 0 0.59 0.62
HSL 91.58º 0.42% 0.26% -
HSV(B) 91.58º 0.59% 0.38% -
XYZ 6.8 9.67 3.43 -
YUV 80.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 66 96 39 0.31 0 0.59 0.62 91.58 0.42 0.26
Hex 42 60 27 1F 0 3B 3E 5C 2A 1A
Octal 102 140 47 37 0 73 76 134 52 32
Binary 1000010 1100000 100111 11111 0 111011 111110 1011100 101010 11010

Color Harmonies of #426027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426027

Black with #426027

Text Example


Text Example

White with #426027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426027; }

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

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

background-color css

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

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

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

border-color css

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

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

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