Html Css Color HEX #40612C Dell

📋 copy color: '#40612C'

red 64 ◦ green 97 ◦ blue 44

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

Shades of Dell #40612C

Tints of Dell #40612C

RGB

 RED value IS 64 (25.39% from 255) = 31.22%

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

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 31.22%
G = 47.32%
B = 21.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#40612C (or 0x40612C) is known color: Dell. HEX triplet: 40, 61 and 2C. RGB value is (64,97,44). Sum of RGB (Red+Green+Blue) = 64+97+44=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #40612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40612C is #BF9ED3. Grayscale: #515151. Windows color (decimal): -12558036 or 2908480. OLE color: 2908480.

HSL color Cylindrical-coordinate representation of color #40612C: hue angle of 97.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40612C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 44 -
CMYK 0.34 0 0.55 0.62
HSL 97.36º 0.38% 0.28% -
HSV(B) 97.36º 0.55% 0.38% -
XYZ 6.84 9.82 3.92 -
YUV 81.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 64 97 44 0.34 0 0.55 0.62 97.36 0.38 0.28
Hex 40 61 2C 22 0 37 3E 61 26 1C
Octal 100 141 54 42 0 67 76 141 46 34
Binary 1000000 1100001 101100 100010 0 110111 111110 1100001 100110 11100

Color Harmonies of #40612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40612C

Black with #40612C

Text Example


Text Example

White with #40612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40612C; }

 p { color: rgb(64,97,44); }

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

background-color css

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

 a { background-color: rgb(64,97,44); }

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

border-color css

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

 span { border-color: rgb(64,97,44); }

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