Html Css Color HEX #446125 Dell

📋 copy color: '#446125'

red 68 ◦ green 97 ◦ blue 37

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

Shades of Dell #446125

Tints of Dell #446125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 33.66%
G = 48.02%
B = 18.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#446125 (or 0x446125) is known color: Dell. HEX triplet: 44, 61 and 25. RGB value is (68,97,37). Sum of RGB (Red+Green+Blue) = 68+97+37=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #446125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446125 is #BB9EDA. Grayscale: #515151. Windows color (decimal): -12295899 or 2449732. OLE color: 2449732.

HSL color Cylindrical-coordinate representation of color #446125: hue angle of 89º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #446125 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 37 -
CMYK 0.30 0 0.62 0.62
HSL 89º 0.45% 0.26% -
HSV(B) 89º 0.62% 0.38% -
XYZ 6.99 9.91 3.29 -
YUV 81.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 68 97 37 0.30 0 0.62 0.62 89 0.45 0.26
Hex 44 61 25 1E 0 3E 3E 59 2D 1A
Octal 104 141 45 36 0 76 76 131 55 32
Binary 1000100 1100001 100101 11110 0 111110 111110 1011001 101101 11010

Color Harmonies of #446125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446125

Black with #446125

Text Example


Text Example

White with #446125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446125; }

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

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

background-color css

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

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

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

border-color css

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

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

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