#38691B

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

Shades of Dell #38691B

Tints of Dell #38691B

Color information

#38691B (or 0x38691B) is unknown color: approx Dell. HEX triplet: 38, 69 and 1B. RGB value is (56,105,27). Sum of RGB (Red+Green+Blue) = 56+105+27=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #38691B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38691B is #C796E4. Grayscale: #515151. Windows color (decimal): -13080293 or 1796408. OLE color: 1796408.

HSL color Cylindrical-coordinate representation of color #38691B: hue angle of 97.69º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38691B is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB5610527-
CMYK0.4700.740.59
HSL97.69º59.09%25.88%-
HSV(B)97.69º74.29%41.18%-
XYZ6.8811.022.8-
YUV81.4697.27109.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=29.79%
G=55.85%
B=14.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105270.4700.740.5997.6959.0925.88
Hex38691B2F04A3B623b1a
Octal7015133570112731427332
Binary11100011010011101110111101001010111011110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38691B; }

 p { color: rgb(56,105,27); }

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

<style>
 a { background-color: #38691B; }

 a { background-color: rgb(56,105,27); }

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

<style>
 span { border-color: #38691B; }

 span { border-color: rgb(56,105,27); }

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