Html Css Color HEX #38680E Dell

📋 copy color: '#38680E'

red 56 ◦ green 104 ◦ blue 14

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

Shades of Dell #38680E

Tints of Dell #38680E

RGB

 RED value IS 56 (22.27% from 255) = 32.18%

 GREEN value IS 104 (41.02% from 255) = 59.77%

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 32.18%
G = 59.77%
B = 8.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#38680E (or 0x38680E) is known color: Dell. HEX triplet: 38, 68 and 0E. RGB value is (56,104,14). Sum of RGB (Red+Green+Blue) = 56+104+14=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #38680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38680E is #C797F1. Grayscale: #4F4F4F. Windows color (decimal): -13080562 or 944184. OLE color: 944184.

HSL color Cylindrical-coordinate representation of color #38680E: hue angle of 92º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38680E is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 14 -
CMYK 0.46 0 0.87 0.59
HSL 92º 0.76% 0.23% -
HSV(B) 92º 0.87% 0.41% -
XYZ 6.66 10.77 2.14 -
YUV 79.39 91.1 111.32 -
System Red Green Blue C M Y K H S L
Decimal 56 104 14 0.46 0 0.87 0.59 92 0.76 0.23
Hex 38 68 E 2E 0 57 3B 5C 4C 17
Octal 70 150 16 56 0 127 73 134 114 27
Binary 111000 1101000 1110 101110 0 1010111 111011 1011100 1001100 10111

Color Harmonies of #38680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38680E

Black with #38680E

Text Example


Text Example

White with #38680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38680E; }

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

 H1.HeaderClassName
 {
   color: #38680E;
 }
 .AnyTagClassName
 {
   color: #38680E;
 }
</style>

background-color css

<style>
 a { background-color: #38680E; }

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

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

border-color css

<style>
 span { border-color: #38680E; }

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

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