Html Css Color HEX #427028 Dell

📋 copy color: '#427028'

red 66 ◦ green 112 ◦ blue 40

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

Shades of Dell #427028

Tints of Dell #427028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 30.28%
G = 51.38%
B = 18.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#427028 (or 0x427028) is known color: Dell. HEX triplet: 42, 70 and 28. RGB value is (66,112,40). Sum of RGB (Red+Green+Blue) = 66+112+40=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #427028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427028 is #BD8FD7. Grayscale: #5A5A5A. Windows color (decimal): -12423128 or 2650178. OLE color: 2650178.

HSL color Cylindrical-coordinate representation of color #427028: hue angle of 98.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427028 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 40 -
CMYK 0.41 0 0.64 0.56
HSL 98.33º 0.47% 0.3% -
HSV(B) 98.33º 0.64% 0.44% -
XYZ 8.42 12.9 4.05 -
YUV 90.04 99.76 110.85 -
System Red Green Blue C M Y K H S L
Decimal 66 112 40 0.41 0 0.64 0.56 98.33 0.47 0.3
Hex 42 70 28 29 0 40 38 62 2F 1E
Octal 102 160 50 51 0 100 70 142 57 36
Binary 1000010 1110000 101000 101001 0 1000000 111000 1100010 101111 11110

Color Harmonies of #427028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427028

Black with #427028

Text Example


Text Example

White with #427028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427028; }

 p { color: rgb(66,112,40); }

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

background-color css

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

 a { background-color: rgb(66,112,40); }

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

border-color css

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

 span { border-color: rgb(66,112,40); }

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