Html Css Color HEX #386914 Dell

📋 copy color: '#386914'

red 56 ◦ green 105 ◦ blue 20

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

Shades of Dell #386914

Tints of Dell #386914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 30.94%
G = 58.01%
B = 11.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#386914 (or 0x386914) is known color: Dell. HEX triplet: 38, 69 and 14. RGB value is (56,105,20). Sum of RGB (Red+Green+Blue) = 56+105+20=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #386914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386914 is #C796EB. Grayscale: #505050. Windows color (decimal): -13080300 or 1337656. OLE color: 1337656.

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

Color convert

RGB 56 105 20 -
CMYK 0.47 0 0.81 0.59
HSL 94.59º 0.68% 0.25% -
HSV(B) 94.59º 0.81% 0.41% -
XYZ 6.81 10.99 2.43 -
YUV 80.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 56 105 20 0.47 0 0.81 0.59 94.59 0.68 0.25
Hex 38 69 14 2F 0 51 3B 5F 44 19
Octal 70 151 24 57 0 121 73 137 104 31
Binary 111000 1101001 10100 101111 0 1010001 111011 1011111 1000100 11001

Color Harmonies of #386914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386914

Black with #386914

Text Example


Text Example

White with #386914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386914; }

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

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

background-color css

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

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

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

border-color css

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

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

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