Html Css Color HEX #446234 Dell

📋 copy color: '#446234'

red 68 ◦ green 98 ◦ blue 52

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

Shades of Dell #446234

Tints of Dell #446234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 31.19%
G = 44.95%
B = 23.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#446234 (or 0x446234) is known color: Dell. HEX triplet: 44, 62 and 34. RGB value is (68,98,52). Sum of RGB (Red+Green+Blue) = 68+98+52=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #446234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446234 is #BB9DCB. Grayscale: #535353. Windows color (decimal): -12295628 or 3433028. OLE color: 3433028.

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

Color convert

RGB 68 98 52 -
CMYK 0.31 0 0.47 0.62
HSL 99.13º 0.31% 0.29% -
HSV(B) 99.13º 0.47% 0.38% -
XYZ 7.37 10.21 4.83 -
YUV 83.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 68 98 52 0.31 0 0.47 0.62 99.13 0.31 0.29
Hex 44 62 34 1F 0 2F 3E 63 1F 1D
Octal 104 142 64 37 0 57 76 143 37 35
Binary 1000100 1100010 110100 11111 0 101111 111110 1100011 11111 11101

Color Harmonies of #446234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446234

Black with #446234

Text Example


Text Example

White with #446234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446234; }

 p { color: rgb(68,98,52); }

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

background-color css

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

 a { background-color: rgb(68,98,52); }

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

border-color css

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

 span { border-color: rgb(68,98,52); }

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