Html Css Color HEX #447230 Dell

📋 copy color: '#447230'

red 68 ◦ green 114 ◦ blue 48

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

Shades of Dell #447230

Tints of Dell #447230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 29.57%
G = 49.57%
B = 20.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#447230 (or 0x447230) is known color: Dell. HEX triplet: 44, 72 and 30. RGB value is (68,114,48). Sum of RGB (Red+Green+Blue) = 68+114+48=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #447230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447230 is #BB8DCF. Grayscale: #5C5C5C. Windows color (decimal): -12291536 or 3174980. OLE color: 3174980.

HSL color Cylindrical-coordinate representation of color #447230: hue angle of 101.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447230 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 48 -
CMYK 0.40 0 0.58 0.55
HSL 101.82º 0.41% 0.32% -
HSV(B) 101.82º 0.58% 0.45% -
XYZ 8.93 13.48 4.93 -
YUV 92.72 102.76 110.37 -
System Red Green Blue C M Y K H S L
Decimal 68 114 48 0.40 0 0.58 0.55 101.82 0.41 0.32
Hex 44 72 30 28 0 3A 37 66 29 20
Octal 104 162 60 50 0 72 67 146 51 40
Binary 1000100 1110010 110000 101000 0 111010 110111 1100110 101001 100000

Color Harmonies of #447230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447230

Black with #447230

Text Example


Text Example

White with #447230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447230; }

 p { color: rgb(68,114,48); }

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

background-color css

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

 a { background-color: rgb(68,114,48); }

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

border-color css

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

 span { border-color: rgb(68,114,48); }

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