Html Css Color HEX #3B5D1F Dell

📋 copy color: '#3B5D1F'

red 59 ◦ green 93 ◦ blue 31

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

Shades of Dell #3B5D1F

Tints of Dell #3B5D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.82%

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

R = 32.24%
G = 50.82%
B = 16.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#3B5D1F (or 0x3B5D1F) is known color: Dell. HEX triplet: 3B, 5D and 1F. RGB value is (59,93,31). Sum of RGB (Red+Green+Blue) = 59+93+31=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D1F is #C4A2E0. Grayscale: #4B4B4B. Windows color (decimal): -12886753 or 2055483. OLE color: 2055483.

HSL color Cylindrical-coordinate representation of color #3B5D1F: hue angle of 92.9º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B5D1F is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 93 31 -
CMYK 0.37 0 0.67 0.64
HSL 92.9º 0.5% 0.24% -
HSV(B) 92.9º 0.67% 0.36% -
XYZ 5.97 8.86 2.69 -
YUV 75.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 59 93 31 0.37 0 0.67 0.64 92.9 0.5 0.24
Hex 3B 5D 1F 25 0 43 40 5D 32 18
Octal 73 135 37 45 0 103 100 135 62 30
Binary 111011 1011101 11111 100101 0 1000011 1000000 1011101 110010 11000

Color Harmonies of #3B5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5D1F

Black with #3B5D1F

Text Example


Text Example

White with #3B5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,93,31); }

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

background-color css

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

 a { background-color: rgb(59,93,31); }

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

border-color css

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

 span { border-color: rgb(59,93,31); }

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