Html Css Color HEX #395A1F Dell

📋 copy color: '#395A1F'

red 57 ◦ green 90 ◦ blue 31

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

Shades of Dell #395A1F

Tints of Dell #395A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.56%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 32.02%
G = 50.56%
B = 17.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#395A1F (or 0x395A1F) is known color: Dell. HEX triplet: 39, 5A and 1F. RGB value is (57,90,31). Sum of RGB (Red+Green+Blue) = 57+90+31=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #395A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A1F is #C6A5E0. Grayscale: #494949. Windows color (decimal): -13018593 or 2054713. OLE color: 2054713.

HSL color Cylindrical-coordinate representation of color #395A1F: hue angle of 93.56º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #395A1F is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 31 -
CMYK 0.37 0 0.66 0.65
HSL 93.56º 0.49% 0.24% -
HSV(B) 93.56º 0.66% 0.35% -
XYZ 5.59 8.28 2.6 -
YUV 73.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 57 90 31 0.37 0 0.66 0.65 93.56 0.49 0.24
Hex 39 5A 1F 25 0 42 41 5E 31 18
Octal 71 132 37 45 0 102 101 136 61 30
Binary 111001 1011010 11111 100101 0 1000010 1000001 1011110 110001 11000

Color Harmonies of #395A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A1F

Black with #395A1F

Text Example


Text Example

White with #395A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,31); }

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

background-color css

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

 a { background-color: rgb(57,90,31); }

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

border-color css

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

 span { border-color: rgb(57,90,31); }

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