Html Css Color HEX #395E22 Dell

📋 copy color: '#395E22'

red 57 ◦ green 94 ◦ blue 34

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

Shades of Dell #395E22

Tints of Dell #395E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 30.81%
G = 50.81%
B = 18.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.63

RGB Variations

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

Color information

#395E22 (or 0x395E22) is known color: Dell. HEX triplet: 39, 5E and 22. RGB value is (57,94,34). Sum of RGB (Red+Green+Blue) = 57+94+34=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #395E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E22 is #C6A1DD. Grayscale: #4C4C4C. Windows color (decimal): -13017566 or 2252345. OLE color: 2252345.

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

Color convert

RGB 57 94 34 -
CMYK 0.39 0 0.64 0.63
HSL 97º 0.47% 0.25% -
HSV(B) 97º 0.64% 0.37% -
XYZ 5.98 8.99 2.93 -
YUV 76.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 57 94 34 0.39 0 0.64 0.63 97 0.47 0.25
Hex 39 5E 22 27 0 40 3F 61 2F 19
Octal 71 136 42 47 0 100 77 141 57 31
Binary 111001 1011110 100010 100111 0 1000000 111111 1100001 101111 11001

Color Harmonies of #395E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E22

Black with #395E22

Text Example


Text Example

White with #395E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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