Html Css Color HEX #427122 Dell

📋 copy color: '#427122'

red 66 ◦ green 113 ◦ blue 34

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

Shades of Dell #427122

Tints of Dell #427122

RGB

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

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

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

R = 30.99%
G = 53.05%
B = 15.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#427122 (or 0x427122) is known color: Dell. HEX triplet: 42, 71 and 22. RGB value is (66,113,34). Sum of RGB (Red+Green+Blue) = 66+113+34=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #427122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427122 is #BD8EDD. Grayscale: #5A5A5A. Windows color (decimal): -12422878 or 2257218. OLE color: 2257218.

HSL color Cylindrical-coordinate representation of color #427122: hue angle of 95.7º degrees, saturation: 0.54, 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 #427122 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 34 -
CMYK 0.42 0 0.70 0.56
HSL 95.7º 0.54% 0.29% -
HSV(B) 95.7º 0.7% 0.44% -
XYZ 8.44 13.08 3.59 -
YUV 89.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 66 113 34 0.42 0 0.70 0.56 95.7 0.54 0.29
Hex 42 71 22 2A 0 46 38 60 36 1D
Octal 102 161 42 52 0 106 70 140 66 35
Binary 1000010 1110001 100010 101010 0 1000110 111000 1100000 110110 11101

Color Harmonies of #427122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427122

Black with #427122

Text Example


Text Example

White with #427122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427122; }

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

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

background-color css

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

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

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

border-color css

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

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

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