Html Css Color HEX #446A25 Dell

📋 copy color: '#446A25'

red 68 ◦ green 106 ◦ blue 37

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

Shades of Dell #446A25

Tints of Dell #446A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.24%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 32.23%
G = 50.24%
B = 17.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#446A25 (or 0x446A25) is known color: Dell. HEX triplet: 44, 6A and 25. RGB value is (68,106,37). Sum of RGB (Red+Green+Blue) = 68+106+37=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #446A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A25 is #BB95DA. Grayscale: #575757. Windows color (decimal): -12293595 or 2452036. OLE color: 2452036.

HSL color Cylindrical-coordinate representation of color #446A25: hue angle of 93.04º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446A25 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 106 37 -
CMYK 0.36 0 0.65 0.58
HSL 93.04º 0.48% 0.28% -
HSV(B) 93.04º 0.65% 0.42% -
XYZ 7.87 11.67 3.59 -
YUV 86.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 68 106 37 0.36 0 0.65 0.58 93.04 0.48 0.28
Hex 44 6A 25 24 0 41 3A 5D 30 1C
Octal 104 152 45 44 0 101 72 135 60 34
Binary 1000100 1101010 100101 100100 0 1000001 111010 1011101 110000 11100

Color Harmonies of #446A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A25

Black with #446A25

Text Example


Text Example

White with #446A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,106,37); }

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

background-color css

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

 a { background-color: rgb(68,106,37); }

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

border-color css

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

 span { border-color: rgb(68,106,37); }

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