Html Css Color HEX #447129 Dell

📋 copy color: '#447129'

red 68 ◦ green 113 ◦ blue 41

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

Shades of Dell #447129

Tints of Dell #447129

RGB

 RED value IS 68 (26.95% from 255) = 30.63%

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 30.63%
G = 50.9%
B = 18.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#447129 (or 0x447129) is known color: Dell. HEX triplet: 44, 71 and 29. RGB value is (68,113,41). Sum of RGB (Red+Green+Blue) = 68+113+41=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #447129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447129 is #BB8ED6. Grayscale: #5B5B5B. Windows color (decimal): -12291799 or 2715972. OLE color: 2715972.

HSL color Cylindrical-coordinate representation of color #447129: hue angle of 97.5º 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 #447129 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 41 -
CMYK 0.40 0 0.64 0.56
HSL 97.5º 0.47% 0.3% -
HSV(B) 97.5º 0.64% 0.44% -
XYZ 8.69 13.2 4.19 -
YUV 91.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 68 113 41 0.40 0 0.64 0.56 97.5 0.47 0.3
Hex 44 71 29 28 0 40 38 62 2F 1E
Octal 104 161 51 50 0 100 70 142 57 36
Binary 1000100 1110001 101001 101000 0 1000000 111000 1100010 101111 11110

Color Harmonies of #447129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447129

Black with #447129

Text Example


Text Example

White with #447129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447129; }

 p { color: rgb(68,113,41); }

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

background-color css

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

 a { background-color: rgb(68,113,41); }

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

border-color css

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

 span { border-color: rgb(68,113,41); }

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