Html Css Color HEX #427022 Dell

📋 copy color: '#427022'

red 66 ◦ green 112 ◦ blue 34

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

Shades of Dell #427022

Tints of Dell #427022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 31.13%
G = 52.83%
B = 16.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#427022 (or 0x427022) is known color: Dell. HEX triplet: 42, 70 and 22. RGB value is (66,112,34). Sum of RGB (Red+Green+Blue) = 66+112+34=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #427022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427022 is #BD8FDD. Grayscale: #595959. Windows color (decimal): -12423134 or 2256962. OLE color: 2256962.

HSL color Cylindrical-coordinate representation of color #427022: hue angle of 95.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427022 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 34 -
CMYK 0.41 0 0.70 0.56
HSL 95.38º 0.53% 0.29% -
HSV(B) 95.38º 0.7% 0.44% -
XYZ 8.33 12.86 3.56 -
YUV 89.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 66 112 34 0.41 0 0.70 0.56 95.38 0.53 0.29
Hex 42 70 22 29 0 46 38 5F 35 1D
Octal 102 160 42 51 0 106 70 137 65 35
Binary 1000010 1110000 100010 101001 0 1000110 111000 1011111 110101 11101

Color Harmonies of #427022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427022

Black with #427022

Text Example


Text Example

White with #427022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427022; }

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

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

background-color css

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

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

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

border-color css

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

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

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