Html Css Color HEX #376818 Dell

📋 copy color: '#376818'

red 55 ◦ green 104 ◦ blue 24

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

Shades of Dell #376818

Tints of Dell #376818

RGB

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

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

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

R = 30.05%
G = 56.83%
B = 13.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#376818 (or 0x376818) is known color: Dell. HEX triplet: 37, 68 and 18. RGB value is (55,104,24). Sum of RGB (Red+Green+Blue) = 55+104+24=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #376818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376818 is #C897E7. Grayscale: #505050. Windows color (decimal): -13146088 or 1599543. OLE color: 1599543.

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

Color convert

RGB 55 104 24 -
CMYK 0.47 0 0.77 0.59
HSL 96.75º 0.63% 0.25% -
HSV(B) 96.75º 0.77% 0.41% -
XYZ 6.69 10.78 2.59 -
YUV 80.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 55 104 24 0.47 0 0.77 0.59 96.75 0.63 0.25
Hex 37 68 18 2F 0 4D 3B 61 3E 19
Octal 67 150 30 57 0 115 73 141 76 31
Binary 110111 1101000 11000 101111 0 1001101 111011 1100001 111110 11001

Color Harmonies of #376818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376818

Black with #376818

Text Example


Text Example

White with #376818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376818; }

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

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

background-color css

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

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

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

border-color css

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

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

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