Html Css Color HEX #376114 Dell

📋 copy color: '#376114'

red 55 ◦ green 97 ◦ blue 20

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

Shades of Dell #376114

Tints of Dell #376114

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

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

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

R = 31.98%
G = 56.4%
B = 11.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#376114 (or 0x376114) is known color: Dell. HEX triplet: 37, 61 and 14. RGB value is (55,97,20). Sum of RGB (Red+Green+Blue) = 55+97+20=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #376114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376114 is #C89EEB. Grayscale: #4B4B4B. Windows color (decimal): -13147884 or 1335607. OLE color: 1335607.

HSL color Cylindrical-coordinate representation of color #376114: hue angle of 92.73º 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 #376114 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 20 -
CMYK 0.43 0 0.79 0.62
HSL 92.73º 0.66% 0.23% -
HSV(B) 92.73º 0.79% 0.38% -
XYZ 5.98 9.41 2.16 -
YUV 75.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 55 97 20 0.43 0 0.79 0.62 92.73 0.66 0.23
Hex 37 61 14 2B 0 4F 3E 5D 42 17
Octal 67 141 24 53 0 117 76 135 102 27
Binary 110111 1100001 10100 101011 0 1001111 111110 1011101 1000010 10111

Color Harmonies of #376114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376114

Black with #376114

Text Example


Text Example

White with #376114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376114; }

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

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

background-color css

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

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

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

border-color css

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

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

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