Html Css Color HEX #376810 Dell

📋 copy color: '#376810'

red 55 ◦ green 104 ◦ blue 16

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

Shades of Dell #376810

Tints of Dell #376810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 31.43%
G = 59.43%
B = 9.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#376810 (or 0x376810) is known color: Dell. HEX triplet: 37, 68 and 10. RGB value is (55,104,16). Sum of RGB (Red+Green+Blue) = 55+104+16=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #376810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376810 is #C897EF. Grayscale: #4F4F4F. Windows color (decimal): -13146096 or 1075255. OLE color: 1075255.

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

Color convert

RGB 55 104 16 -
CMYK 0.47 0 0.85 0.59
HSL 93.41º 0.73% 0.24% -
HSV(B) 93.41º 0.85% 0.41% -
XYZ 6.62 10.75 2.22 -
YUV 79.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 55 104 16 0.47 0 0.85 0.59 93.41 0.73 0.24
Hex 37 68 10 2F 0 55 3B 5D 49 18
Octal 67 150 20 57 0 125 73 135 111 30
Binary 110111 1101000 10000 101111 0 1010101 111011 1011101 1001001 11000

Color Harmonies of #376810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376810

Black with #376810

Text Example


Text Example

White with #376810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376810; }

 p { color: rgb(55,104,16); }

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

background-color css

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

 a { background-color: rgb(55,104,16); }

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

border-color css

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

 span { border-color: rgb(55,104,16); }

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