Html Css Color HEX #426127 Dell

📋 copy color: '#426127'

red 66 ◦ green 97 ◦ blue 39

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

Shades of Dell #426127

Tints of Dell #426127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 32.67%
G = 48.02%
B = 19.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#426127 (or 0x426127) is known color: Dell. HEX triplet: 42, 61 and 27. RGB value is (66,97,39). Sum of RGB (Red+Green+Blue) = 66+97+39=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #426127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426127 is #BD9ED8. Grayscale: #515151. Windows color (decimal): -12426969 or 2580802. OLE color: 2580802.

HSL color Cylindrical-coordinate representation of color #426127: hue angle of 92.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426127 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 39 -
CMYK 0.32 0 0.60 0.62
HSL 92.07º 0.43% 0.27% -
HSV(B) 92.07º 0.6% 0.38% -
XYZ 6.89 9.85 3.46 -
YUV 81.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 66 97 39 0.32 0 0.60 0.62 92.07 0.43 0.27
Hex 42 61 27 20 0 3C 3E 5C 2B 1B
Octal 102 141 47 40 0 74 76 134 53 33
Binary 1000010 1100001 100111 100000 0 111100 111110 1011100 101011 11011

Color Harmonies of #426127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426127

Black with #426127

Text Example


Text Example

White with #426127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426127; }

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

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

background-color css

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

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

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

border-color css

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

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

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