Html Css Color HEX #3B5D24 Dell

📋 copy color: '#3B5D24'

red 59 ◦ green 93 ◦ blue 36

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

Shades of Dell #3B5D24

Tints of Dell #3B5D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 31.38%
G = 49.47%
B = 19.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#3B5D24 (or 0x3B5D24) is known color: Dell. HEX triplet: 3B, 5D and 24. RGB value is (59,93,36). Sum of RGB (Red+Green+Blue) = 59+93+36=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D24 is #C4A2DB. Grayscale: #4C4C4C. Windows color (decimal): -12886748 or 2383163. OLE color: 2383163.

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

Color convert

RGB 59 93 36 -
CMYK 0.37 0 0.61 0.64
HSL 95.79º 0.44% 0.25% -
HSV(B) 95.79º 0.61% 0.36% -
XYZ 6.04 8.89 3.07 -
YUV 76.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 59 93 36 0.37 0 0.61 0.64 95.79 0.44 0.25
Hex 3B 5D 24 25 0 3D 40 60 2C 19
Octal 73 135 44 45 0 75 100 140 54 31
Binary 111011 1011101 100100 100101 0 111101 1000000 1100000 101100 11001

Color Harmonies of #3B5D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5D24

Black with #3B5D24

Text Example


Text Example

White with #3B5D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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