Html Css Color HEX #395D21 Dell

📋 copy color: '#395D21'

red 57 ◦ green 93 ◦ blue 33

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

Shades of Dell #395D21

Tints of Dell #395D21

RGB

 RED value IS 57 (22.66% from 255) = 31.15%

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 31.15%
G = 50.82%
B = 18.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#395D21 (or 0x395D21) is known color: Dell. HEX triplet: 39, 5D and 21. RGB value is (57,93,33). Sum of RGB (Red+Green+Blue) = 57+93+33=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #395D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D21 is #C6A2DE. Grayscale: #4B4B4B. Windows color (decimal): -13017823 or 2186553. OLE color: 2186553.

HSL color Cylindrical-coordinate representation of color #395D21: hue angle of 96º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #395D21 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 33 -
CMYK 0.39 0 0.65 0.64
HSL 96º 0.48% 0.25% -
HSV(B) 96º 0.65% 0.36% -
XYZ 5.88 8.81 2.83 -
YUV 75.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 57 93 33 0.39 0 0.65 0.64 96 0.48 0.25
Hex 39 5D 21 27 0 41 40 60 30 19
Octal 71 135 41 47 0 101 100 140 60 31
Binary 111001 1011101 100001 100111 0 1000001 1000000 1100000 110000 11001

Color Harmonies of #395D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D21

Black with #395D21

Text Example


Text Example

White with #395D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D21; }

 p { color: rgb(57,93,33); }

 H1.HeaderClassName
 {
   color: #395D21;
 }
 .AnyTagClassName
 {
   color: #395D21;
 }
</style>

background-color css

<style>
 a { background-color: #395D21; }

 a { background-color: rgb(57,93,33); }

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

border-color css

<style>
 span { border-color: #395D21; }

 span { border-color: rgb(57,93,33); }

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