Html Css Color HEX #39631D Dell

📋 copy color: '#39631D'

red 57 ◦ green 99 ◦ blue 29

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

Shades of Dell #39631D

Tints of Dell #39631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.51%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 30.81%
G = 53.51%
B = 15.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#39631D (or 0x39631D) is known color: Dell. HEX triplet: 39, 63 and 1D. RGB value is (57,99,29). Sum of RGB (Red+Green+Blue) = 57+99+29=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #39631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39631D is #C69CE2. Grayscale: #4E4E4E. Windows color (decimal): -13016291 or 1925945. OLE color: 1925945.

HSL color Cylindrical-coordinate representation of color #39631D: hue angle of 96º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39631D is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 29 -
CMYK 0.42 0 0.71 0.61
HSL 96º 0.55% 0.25% -
HSV(B) 96º 0.71% 0.39% -
XYZ 6.37 9.88 2.73 -
YUV 78.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 57 99 29 0.42 0 0.71 0.61 96 0.55 0.25
Hex 39 63 1D 2A 0 47 3D 60 37 19
Octal 71 143 35 52 0 107 75 140 67 31
Binary 111001 1100011 11101 101010 0 1000111 111101 1100000 110111 11001

Color Harmonies of #39631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39631D

Black with #39631D

Text Example


Text Example

White with #39631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39631D; }

 p { color: rgb(57,99,29); }

 H1.HeaderClassName
 {
   color: #39631D;
 }
 .AnyTagClassName
 {
   color: #39631D;
 }
</style>

background-color css

<style>
 a { background-color: #39631D; }

 a { background-color: rgb(57,99,29); }

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

border-color css

<style>
 span { border-color: #39631D; }

 span { border-color: rgb(57,99,29); }

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