Html Css Color HEX #395D22 Dell

📋 copy color: '#395D22'

red 57 ◦ green 93 ◦ blue 34

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

Shades of Dell #395D22

Tints of Dell #395D22

RGB

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

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

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

R = 30.98%
G = 50.54%
B = 18.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#395D22 (or 0x395D22) is known color: Dell. HEX triplet: 39, 5D and 22. RGB value is (57,93,34). Sum of RGB (Red+Green+Blue) = 57+93+34=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #395D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D22 is #C6A2DD. Grayscale: #4B4B4B. Windows color (decimal): -13017822 or 2252089. OLE color: 2252089.

HSL color Cylindrical-coordinate representation of color #395D22: hue angle of 96.61º 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 #395D22 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 34 -
CMYK 0.39 0 0.63 0.64
HSL 96.61º 0.46% 0.25% -
HSV(B) 96.61º 0.63% 0.36% -
XYZ 5.89 8.81 2.9 -
YUV 75.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 57 93 34 0.39 0 0.63 0.64 96.61 0.46 0.25
Hex 39 5D 22 27 0 3F 40 61 2E 19
Octal 71 135 42 47 0 77 100 141 56 31
Binary 111001 1011101 100010 100111 0 111111 1000000 1100001 101110 11001

Color Harmonies of #395D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D22

Black with #395D22

Text Example


Text Example

White with #395D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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