Html Css Color HEX #3B631D Dell

📋 copy color: '#3B631D'

red 59 ◦ green 99 ◦ blue 29

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

Shades of Dell #3B631D

Tints of Dell #3B631D

RGB

 RED value IS 59 (23.44% from 255) = 31.55%

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

 BLUE value IS 29 (11.72% from 255) = 15.51%

R = 31.55%
G = 52.94%
B = 15.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#3B631D (or 0x3B631D) is known color: Dell. HEX triplet: 3B, 63 and 1D. RGB value is (59,99,29). Sum of RGB (Red+Green+Blue) = 59+99+29=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #3B631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B631D is #C49CE2. Grayscale: #4F4F4F. Windows color (decimal): -12885219 or 1925947. OLE color: 1925947.

HSL color Cylindrical-coordinate representation of color #3B631D: hue angle of 94.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B631D is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 99 29 -
CMYK 0.40 0 0.71 0.61
HSL 94.29º 0.55% 0.25% -
HSV(B) 94.29º 0.71% 0.39% -
XYZ 6.49 9.94 2.74 -
YUV 79.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 59 99 29 0.40 0 0.71 0.61 94.29 0.55 0.25
Hex 3B 63 1D 28 0 47 3D 5E 37 19
Octal 73 143 35 50 0 107 75 136 67 31
Binary 111011 1100011 11101 101000 0 1000111 111101 1011110 110111 11001

Color Harmonies of #3B631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B631D

Black with #3B631D

Text Example


Text Example

White with #3B631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B631D; }

 p { color: rgb(59,99,29); }

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

background-color css

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

 a { background-color: rgb(59,99,29); }

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

border-color css

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

 span { border-color: rgb(59,99,29); }

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