Html Css Color HEX #376612 Dell

📋 copy color: '#376612'

red 55 ◦ green 102 ◦ blue 18

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

Shades of Dell #376612

Tints of Dell #376612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.29%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 31.43%
G = 58.29%
B = 10.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#376612 (or 0x376612) is known color: Dell. HEX triplet: 37, 66 and 12. RGB value is (55,102,18). Sum of RGB (Red+Green+Blue) = 55+102+18=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #376612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376612 is #C899ED. Grayscale: #4E4E4E. Windows color (decimal): -13146606 or 1205815. OLE color: 1205815.

HSL color Cylindrical-coordinate representation of color #376612: hue angle of 93.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #376612 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 102 18 -
CMYK 0.46 0 0.82 0.6
HSL 93.57º 0.7% 0.24% -
HSV(B) 93.57º 0.82% 0.4% -
XYZ 6.44 10.36 2.23 -
YUV 78.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 55 102 18 0.46 0 0.82 0.6 93.57 0.7 0.24
Hex 37 66 12 2E 0 52 3C 5E 46 18
Octal 67 146 22 56 0 122 74 136 106 30
Binary 110111 1100110 10010 101110 0 1010010 111100 1011110 1000110 11000

Color Harmonies of #376612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376612

Black with #376612

Text Example


Text Example

White with #376612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376612; }

 p { color: rgb(55,102,18); }

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

background-color css

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

 a { background-color: rgb(55,102,18); }

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

border-color css

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

 span { border-color: rgb(55,102,18); }

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