Html Css Color HEX #41682E Dell

📋 copy color: '#41682E'

red 65 ◦ green 104 ◦ blue 46

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

Shades of Dell #41682E

Tints of Dell #41682E

RGB

 RED value IS 65 (25.78% from 255) = 30.23%

 GREEN value IS 104 (41.02% from 255) = 48.37%

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 30.23%
G = 48.37%
B = 21.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#41682E (or 0x41682E) is known color: Dell. HEX triplet: 41, 68 and 2E. RGB value is (65,104,46). Sum of RGB (Red+Green+Blue) = 65+104+46=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #41682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41682E is #BE97D1. Grayscale: #555555. Windows color (decimal): -12490706 or 3041345. OLE color: 3041345.

HSL color Cylindrical-coordinate representation of color #41682E: hue angle of 100.34º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41682E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 46 -
CMYK 0.38 0 0.56 0.59
HSL 100.34º 0.39% 0.29% -
HSV(B) 100.34º 0.56% 0.41% -
XYZ 7.62 11.22 4.35 -
YUV 85.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 65 104 46 0.38 0 0.56 0.59 100.34 0.39 0.29
Hex 41 68 2E 26 0 38 3B 64 27 1D
Octal 101 150 56 46 0 70 73 144 47 35
Binary 1000001 1101000 101110 100110 0 111000 111011 1100100 100111 11101

Color Harmonies of #41682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41682E

Black with #41682E

Text Example


Text Example

White with #41682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41682E; }

 p { color: rgb(65,104,46); }

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

background-color css

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

 a { background-color: rgb(65,104,46); }

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

border-color css

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

 span { border-color: rgb(65,104,46); }

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