Html Css Color HEX #395B22 Dell

📋 copy color: '#395B22'

red 57 ◦ green 91 ◦ blue 34

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

Shades of Dell #395B22

Tints of Dell #395B22

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50%

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

R = 31.32%
G = 50%
B = 18.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#395B22 (or 0x395B22) is known color: Dell. HEX triplet: 39, 5B and 22. RGB value is (57,91,34). Sum of RGB (Red+Green+Blue) = 57+91+34=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #395B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B22 is #C6A4DD. Grayscale: #4A4A4A. Windows color (decimal): -13018334 or 2251577. OLE color: 2251577.

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

Color convert

RGB 57 91 34 -
CMYK 0.37 0 0.63 0.64
HSL 95.79º 0.46% 0.25% -
HSV(B) 95.79º 0.63% 0.36% -
XYZ 5.72 8.47 2.85 -
YUV 74.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 57 91 34 0.37 0 0.63 0.64 95.79 0.46 0.25
Hex 39 5B 22 25 0 3F 40 60 2E 19
Octal 71 133 42 45 0 77 100 140 56 31
Binary 111001 1011011 100010 100101 0 111111 1000000 1100000 101110 11001

Color Harmonies of #395B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B22

Black with #395B22

Text Example


Text Example

White with #395B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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