Html Css Color HEX #3B5D25 Dell

📋 copy color: '#3B5D25'

red 59 ◦ green 93 ◦ blue 37

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

Shades of Dell #3B5D25

Tints of Dell #3B5D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 31.22%
G = 49.21%
B = 19.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#3B5D25 (or 0x3B5D25) is known color: Dell. HEX triplet: 3B, 5D and 25. RGB value is (59,93,37). Sum of RGB (Red+Green+Blue) = 59+93+37=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D25 is #C4A2DA. Grayscale: #4C4C4C. Windows color (decimal): -12886747 or 2448699. OLE color: 2448699.

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

Color convert

RGB 59 93 37 -
CMYK 0.37 0 0.60 0.64
HSL 96.43º 0.43% 0.25% -
HSV(B) 96.43º 0.6% 0.36% -
XYZ 6.05 8.89 3.15 -
YUV 76.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 59 93 37 0.37 0 0.60 0.64 96.43 0.43 0.25
Hex 3B 5D 25 25 0 3C 40 60 2B 19
Octal 73 135 45 45 0 74 100 140 53 31
Binary 111011 1011101 100101 100101 0 111100 1000000 1100000 101011 11001

Color Harmonies of #3B5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5D25

Black with #3B5D25

Text Example


Text Example

White with #3B5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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