Html Css Color HEX #3B5826 Dell

📋 copy color: '#3B5826'

red 59 ◦ green 88 ◦ blue 38

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

Shades of Dell #3B5826

Tints of Dell #3B5826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 31.89%
G = 47.57%
B = 20.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#3B5826 (or 0x3B5826) is known color: Dell. HEX triplet: 3B, 58 and 26. RGB value is (59,88,38). Sum of RGB (Red+Green+Blue) = 59+88+38=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5826 is #C4A7D9. Grayscale: #494949. Windows color (decimal): -12888026 or 2512955. OLE color: 2512955.

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

Color convert

RGB 59 88 38 -
CMYK 0.33 0 0.57 0.65
HSL 94.8º 0.4% 0.25% -
HSV(B) 94.8º 0.57% 0.35% -
XYZ 5.64 8.05 3.09 -
YUV 73.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 59 88 38 0.33 0 0.57 0.65 94.8 0.4 0.25
Hex 3B 58 26 21 0 39 41 5F 28 19
Octal 73 130 46 41 0 71 101 137 50 31
Binary 111011 1011000 100110 100001 0 111001 1000001 1011111 101000 11001

Color Harmonies of #3B5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5826

Black with #3B5826

Text Example


Text Example

White with #3B5826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,88,38); }

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

background-color css

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

 a { background-color: rgb(59,88,38); }

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

border-color css

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

 span { border-color: rgb(59,88,38); }

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