Html Css Color HEX #395C21 Dell

📋 copy color: '#395C21'

red 57 ◦ green 92 ◦ blue 33

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

Shades of Dell #395C21

Tints of Dell #395C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 50.55%

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

R = 31.32%
G = 50.55%
B = 18.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#395C21 (or 0x395C21) is known color: Dell. HEX triplet: 39, 5C and 21. RGB value is (57,92,33). Sum of RGB (Red+Green+Blue) = 57+92+33=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #395C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C21 is #C6A3DE. Grayscale: #4B4B4B. Windows color (decimal): -13018079 or 2186297. OLE color: 2186297.

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

Color convert

RGB 57 92 33 -
CMYK 0.38 0 0.64 0.64
HSL 95.59º 0.47% 0.25% -
HSV(B) 95.59º 0.64% 0.36% -
XYZ 5.79 8.63 2.8 -
YUV 74.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 57 92 33 0.38 0 0.64 0.64 95.59 0.47 0.25
Hex 39 5C 21 26 0 40 40 60 2F 19
Octal 71 134 41 46 0 100 100 140 57 31
Binary 111001 1011100 100001 100110 0 1000000 1000000 1100000 101111 11001

Color Harmonies of #395C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C21

Black with #395C21

Text Example


Text Example

White with #395C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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