Html Css Color HEX #376018 Dell

📋 copy color: '#376018'

red 55 ◦ green 96 ◦ blue 24

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

Shades of Dell #376018

Tints of Dell #376018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.86%

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

R = 31.43%
G = 54.86%
B = 13.71%

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

#376018 (or 0x376018) is known color: Dell. HEX triplet: 37, 60 and 18. RGB value is (55,96,24). Sum of RGB (Red+Green+Blue) = 55+96+24=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #376018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376018 is #C89FE7. Grayscale: #4B4B4B. Windows color (decimal): -13148136 or 1597495. OLE color: 1597495.

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

Color convert

RGB 55 96 24 -
CMYK 0.43 0 0.75 0.62
HSL 94.17º 0.6% 0.24% -
HSV(B) 94.17º 0.75% 0.38% -
XYZ 5.92 9.24 2.34 -
YUV 75.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 55 96 24 0.43 0 0.75 0.62 94.17 0.6 0.24
Hex 37 60 18 2B 0 4B 3E 5E 3C 18
Octal 67 140 30 53 0 113 76 136 74 30
Binary 110111 1100000 11000 101011 0 1001011 111110 1011110 111100 11000

Color Harmonies of #376018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376018

Black with #376018

Text Example


Text Example

White with #376018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376018; }

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

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

background-color css

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

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

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

border-color css

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

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

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