Html Css Color HEX #395E23 Dell

📋 copy color: '#395E23'

red 57 ◦ green 94 ◦ blue 35

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

Shades of Dell #395E23

Tints of Dell #395E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50.54%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 30.65%
G = 50.54%
B = 18.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#395E23 (or 0x395E23) is known color: Dell. HEX triplet: 39, 5E and 23. RGB value is (57,94,35). Sum of RGB (Red+Green+Blue) = 57+94+35=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #395E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E23 is #C6A1DC. Grayscale: #4C4C4C. Windows color (decimal): -13017565 or 2317881. OLE color: 2317881.

HSL color Cylindrical-coordinate representation of color #395E23: hue angle of 97.63º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395E23 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 94 35 -
CMYK 0.39 0 0.63 0.63
HSL 97.63º 0.46% 0.25% -
HSV(B) 97.63º 0.63% 0.37% -
XYZ 5.99 9 3.01 -
YUV 76.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 57 94 35 0.39 0 0.63 0.63 97.63 0.46 0.25
Hex 39 5E 23 27 0 3F 3F 62 2E 19
Octal 71 136 43 47 0 77 77 142 56 31
Binary 111001 1011110 100011 100111 0 111111 111111 1100010 101110 11001

Color Harmonies of #395E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E23

Black with #395E23

Text Example


Text Example

White with #395E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,94,35); }

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

background-color css

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

 a { background-color: rgb(57,94,35); }

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

border-color css

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

 span { border-color: rgb(57,94,35); }

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