Html Css Color HEX #386915 Dell

📋 copy color: '#386915'

red 56 ◦ green 105 ◦ blue 21

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

Shades of Dell #386915

Tints of Dell #386915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 30.77%
G = 57.69%
B = 11.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#386915 (or 0x386915) is known color: Dell. HEX triplet: 38, 69 and 15. RGB value is (56,105,21). Sum of RGB (Red+Green+Blue) = 56+105+21=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #386915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386915 is #C796EA. Grayscale: #515151. Windows color (decimal): -13080299 or 1403192. OLE color: 1403192.

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

Color convert

RGB 56 105 21 -
CMYK 0.47 0 0.80 0.59
HSL 95º 0.67% 0.25% -
HSV(B) 95º 0.8% 0.41% -
XYZ 6.82 11 2.47 -
YUV 80.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 56 105 21 0.47 0 0.80 0.59 95 0.67 0.25
Hex 38 69 15 2F 0 50 3B 5F 43 19
Octal 70 151 25 57 0 120 73 137 103 31
Binary 111000 1101001 10101 101111 0 1010000 111011 1011111 1000011 11001

Color Harmonies of #386915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386915

Black with #386915

Text Example


Text Example

White with #386915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386915; }

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

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

background-color css

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

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

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

border-color css

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

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

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