Html Css Color HEX #427120 Dell

📋 copy color: '#427120'

red 66 ◦ green 113 ◦ blue 32

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

Shades of Dell #427120

Tints of Dell #427120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.55%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 31.28%
G = 53.55%
B = 15.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#427120 (or 0x427120) is known color: Dell. HEX triplet: 42, 71 and 20. RGB value is (66,113,32). Sum of RGB (Red+Green+Blue) = 66+113+32=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #427120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427120 is #BD8EDF. Grayscale: #595959. Windows color (decimal): -12422880 or 2126146. OLE color: 2126146.

HSL color Cylindrical-coordinate representation of color #427120: hue angle of 94.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427120 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 32 -
CMYK 0.42 0 0.72 0.56
HSL 94.81º 0.56% 0.28% -
HSV(B) 94.81º 0.72% 0.44% -
XYZ 8.41 13.07 3.45 -
YUV 89.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 66 113 32 0.42 0 0.72 0.56 94.81 0.56 0.28
Hex 42 71 20 2A 0 48 38 5F 38 1C
Octal 102 161 40 52 0 110 70 137 70 34
Binary 1000010 1110001 100000 101010 0 1001000 111000 1011111 111000 11100

Color Harmonies of #427120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427120

Black with #427120

Text Example


Text Example

White with #427120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427120; }

 p { color: rgb(66,113,32); }

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

background-color css

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

 a { background-color: rgb(66,113,32); }

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

border-color css

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

 span { border-color: rgb(66,113,32); }

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