Html Css Color HEX #376118 Dell

📋 copy color: '#376118'

red 55 ◦ green 97 ◦ blue 24

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

Shades of Dell #376118

Tints of Dell #376118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 31.25%
G = 55.11%
B = 13.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#376118 (or 0x376118) is known color: Dell. HEX triplet: 37, 61 and 18. RGB value is (55,97,24). Sum of RGB (Red+Green+Blue) = 55+97+24=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #376118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376118 is #C89EE7. Grayscale: #4C4C4C. Windows color (decimal): -13147880 or 1597751. OLE color: 1597751.

HSL color Cylindrical-coordinate representation of color #376118: hue angle of 94.52º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376118 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 24 -
CMYK 0.43 0 0.75 0.62
HSL 94.52º 0.6% 0.24% -
HSV(B) 94.52º 0.75% 0.38% -
XYZ 6.02 9.43 2.37 -
YUV 76.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 55 97 24 0.43 0 0.75 0.62 94.52 0.6 0.24
Hex 37 61 18 2B 0 4B 3E 5F 3C 18
Octal 67 141 30 53 0 113 76 137 74 30
Binary 110111 1100001 11000 101011 0 1001011 111110 1011111 111100 11000

Color Harmonies of #376118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376118

Black with #376118

Text Example


Text Example

White with #376118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376118; }

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

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

background-color css

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

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

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

border-color css

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

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

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