#38681A

Color #38681A Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #38681A

Tints of Dell #38681A

Color information

#38681A (or 0x38681A) is unknown color: approx Dell. HEX triplet: 38, 68 and 1A. RGB value is (56,104,26). Sum of RGB (Red+Green+Blue) = 56+104+26=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #38681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38681A is #C797E5. Grayscale: #515151. Windows color (decimal): -13080550 or 1730616. OLE color: 1730616.

HSL color Cylindrical-coordinate representation of color #38681A: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38681A is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB5610426-
CMYK0.4600.750.59
HSL96.92º60%25.49%-
HSV(B)96.92º75%40.78%-
XYZ6.7710.822.71-
YUV80.7697.1110.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=30.11%
G=55.91%
B=13.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104260.4600.750.5996.926025.49
Hex38681A2E04B3B613c19
Octal7015032560113731417431
Binary11100011010001101010111001001011111011110000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38681A; }

 p { color: rgb(56,104,26); }

 H1.HeaderClassName
 {
   color: #38681A;
 }
 .AnyTagClassName
 {
   color: #38681A;
 }
</style>
background-color css

<style>
 a { background-color: #38681A; }

 a { background-color: rgb(56,104,26); }

 div.DivClassName
 {
   background-color: #38681A;
 }
 .BgClassName
 {
   background-color: #38681A;
 }
</style>
border-color css

<style>
 span { border-color: #38681A; }

 span { border-color: rgb(56,104,26); }

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