Html Css Color HEX #446F30 Dell

📋 copy color: '#446F30'

red 68 ◦ green 111 ◦ blue 48

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

Shades of Dell #446F30

Tints of Dell #446F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.9%

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

R = 29.96%
G = 48.9%
B = 21.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#446F30 (or 0x446F30) is known color: Dell. HEX triplet: 44, 6F and 30. RGB value is (68,111,48). Sum of RGB (Red+Green+Blue) = 68+111+48=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #446F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F30 is #BB90CF. Grayscale: #5B5B5B. Windows color (decimal): -12292304 or 3174212. OLE color: 3174212.

HSL color Cylindrical-coordinate representation of color #446F30: hue angle of 100.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446F30 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 48 -
CMYK 0.39 0 0.57 0.56
HSL 100.95º 0.4% 0.31% -
HSV(B) 100.95º 0.57% 0.44% -
XYZ 8.6 12.81 4.82 -
YUV 90.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 68 111 48 0.39 0 0.57 0.56 100.95 0.4 0.31
Hex 44 6F 30 27 0 39 38 65 28 1F
Octal 104 157 60 47 0 71 70 145 50 37
Binary 1000100 1101111 110000 100111 0 111001 111000 1100101 101000 11111

Color Harmonies of #446F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F30

Black with #446F30

Text Example


Text Example

White with #446F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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