Html Css Color HEX #41631F Dell

📋 copy color: '#41631F'

red 65 ◦ green 99 ◦ blue 31

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

Shades of Dell #41631F

Tints of Dell #41631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.77%

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 33.33%
G = 50.77%
B = 15.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#41631F (or 0x41631F) is known color: Dell. HEX triplet: 41, 63 and 1F. RGB value is (65,99,31). Sum of RGB (Red+Green+Blue) = 65+99+31=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #41631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41631F is #BE9CE0. Grayscale: #515151. Windows color (decimal): -12492001 or 2057025. OLE color: 2057025.

HSL color Cylindrical-coordinate representation of color #41631F: hue angle of 90º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41631F is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 31 -
CMYK 0.34 0 0.69 0.61
HSL 90º 0.52% 0.25% -
HSV(B) 90º 0.69% 0.39% -
XYZ 6.89 10.15 2.89 -
YUV 81.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 65 99 31 0.34 0 0.69 0.61 90 0.52 0.25
Hex 41 63 1F 22 0 45 3D 5A 34 19
Octal 101 143 37 42 0 105 75 132 64 31
Binary 1000001 1100011 11111 100010 0 1000101 111101 1011010 110100 11001

Color Harmonies of #41631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41631F

Black with #41631F

Text Example


Text Example

White with #41631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,99,31); }

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

background-color css

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

 a { background-color: rgb(65,99,31); }

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

border-color css

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

 span { border-color: rgb(65,99,31); }

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