Html Css Color HEX #3B5A28 Dell

📋 copy color: '#3B5A28'

red 59 ◦ green 90 ◦ blue 40

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

Shades of Dell #3B5A28

Tints of Dell #3B5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.62%

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 31.22%
G = 47.62%
B = 21.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#3B5A28 (or 0x3B5A28) is known color: Dell. HEX triplet: 3B, 5A and 28. RGB value is (59,90,40). Sum of RGB (Red+Green+Blue) = 59+90+40=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A28 is #C4A5D7. Grayscale: #4B4B4B. Windows color (decimal): -12887512 or 2644539. OLE color: 2644539.

HSL color Cylindrical-coordinate representation of color #3B5A28: hue angle of 97.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B5A28 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 90 40 -
CMYK 0.34 0 0.56 0.65
HSL 97.2º 0.38% 0.25% -
HSV(B) 97.2º 0.56% 0.35% -
XYZ 5.84 8.4 3.32 -
YUV 75.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 59 90 40 0.34 0 0.56 0.65 97.2 0.38 0.25
Hex 3B 5A 28 22 0 38 41 61 26 19
Octal 73 132 50 42 0 70 101 141 46 31
Binary 111011 1011010 101000 100010 0 111000 1000001 1100001 100110 11001

Color Harmonies of #3B5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5A28

Black with #3B5A28

Text Example


Text Example

White with #3B5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,90,40); }

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

background-color css

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

 a { background-color: rgb(59,90,40); }

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

border-color css

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

 span { border-color: rgb(59,90,40); }

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