Html Css Color HEX #41592F Dell

📋 copy color: '#41592F'

red 65 ◦ green 89 ◦ blue 47

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

Shades of Dell #41592F

Tints of Dell #41592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.28%

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 32.34%
G = 44.28%
B = 23.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#41592F (or 0x41592F) is known color: Dell. HEX triplet: 41, 59 and 2F. RGB value is (65,89,47). Sum of RGB (Red+Green+Blue) = 65+89+47=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #41592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41592F is #BEA6D0. Grayscale: #4D4D4D. Windows color (decimal): -12494545 or 3103041. OLE color: 3103041.

HSL color Cylindrical-coordinate representation of color #41592F: hue angle of 94.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41592F is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 47 -
CMYK 0.27 0 0.47 0.65
HSL 94.29º 0.31% 0.27% -
HSV(B) 94.29º 0.47% 0.35% -
XYZ 6.27 8.47 3.99 -
YUV 77.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 65 89 47 0.27 0 0.47 0.65 94.29 0.31 0.27
Hex 41 59 2F 1B 0 2F 41 5E 1F 1B
Octal 101 131 57 33 0 57 101 136 37 33
Binary 1000001 1011001 101111 11011 0 101111 1000001 1011110 11111 11011

Color Harmonies of #41592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41592F

Black with #41592F

Text Example


Text Example

White with #41592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41592F; }

 p { color: rgb(65,89,47); }

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

background-color css

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

 a { background-color: rgb(65,89,47); }

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

border-color css

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

 span { border-color: rgb(65,89,47); }

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