Html Css Color HEX #386114 Dell

📋 copy color: '#386114'

red 56 ◦ green 97 ◦ blue 20

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

Shades of Dell #386114

Tints of Dell #386114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

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

R = 32.37%
G = 56.07%
B = 11.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#386114 (or 0x386114) is known color: Dell. HEX triplet: 38, 61 and 14. RGB value is (56,97,20). Sum of RGB (Red+Green+Blue) = 56+97+20=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #386114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386114 is #C79EEB. Grayscale: #4C4C4C. Windows color (decimal): -13082348 or 1335608. OLE color: 1335608.

HSL color Cylindrical-coordinate representation of color #386114: hue angle of 91.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #386114 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 20 -
CMYK 0.42 0 0.79 0.62
HSL 91.95º 0.66% 0.23% -
HSV(B) 91.95º 0.79% 0.38% -
XYZ 6.03 9.44 2.17 -
YUV 75.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 56 97 20 0.42 0 0.79 0.62 91.95 0.66 0.23
Hex 38 61 14 2A 0 4F 3E 5C 42 17
Octal 70 141 24 52 0 117 76 134 102 27
Binary 111000 1100001 10100 101010 0 1001111 111110 1011100 1000010 10111

Color Harmonies of #386114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386114

Black with #386114

Text Example


Text Example

White with #386114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386114; }

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

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

background-color css

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

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

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

border-color css

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

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

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