Html Css Color HEX #447023 Dell

📋 copy color: '#447023'

red 68 ◦ green 112 ◦ blue 35

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

Shades of Dell #447023

Tints of Dell #447023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.09%

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 31.63%
G = 52.09%
B = 16.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#447023 (or 0x447023) is known color: Dell. HEX triplet: 44, 70 and 23. RGB value is (68,112,35). Sum of RGB (Red+Green+Blue) = 68+112+35=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #447023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447023 is #BB8FDC. Grayscale: #5A5A5A. Windows color (decimal): -12292061 or 2322500. OLE color: 2322500.

HSL color Cylindrical-coordinate representation of color #447023: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447023 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 35 -
CMYK 0.39 0 0.69 0.56
HSL 94.29º 0.52% 0.29% -
HSV(B) 94.29º 0.69% 0.44% -
XYZ 8.48 12.94 3.64 -
YUV 90.07 96.92 112.26 -
System Red Green Blue C M Y K H S L
Decimal 68 112 35 0.39 0 0.69 0.56 94.29 0.52 0.29
Hex 44 70 23 27 0 45 38 5E 34 1D
Octal 104 160 43 47 0 105 70 136 64 35
Binary 1000100 1110000 100011 100111 0 1000101 111000 1011110 110100 11101

Color Harmonies of #447023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447023

Black with #447023

Text Example


Text Example

White with #447023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447023; }

 p { color: rgb(68,112,35); }

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

background-color css

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

 a { background-color: rgb(68,112,35); }

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

border-color css

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

 span { border-color: rgb(68,112,35); }

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