Html Css Color HEX #375D17 Dell

📋 copy color: '#375D17'

red 55 ◦ green 93 ◦ blue 23

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

Shades of Dell #375D17

Tints of Dell #375D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 54.39%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 32.16%
G = 54.39%
B = 13.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#375D17 (or 0x375D17) is known color: Dell. HEX triplet: 37, 5D and 17. RGB value is (55,93,23). Sum of RGB (Red+Green+Blue) = 55+93+23=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #375D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D17 is #C8A2E8. Grayscale: #494949. Windows color (decimal): -13148905 or 1531191. OLE color: 1531191.

HSL color Cylindrical-coordinate representation of color #375D17: hue angle of 92.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375D17 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 93 23 -
CMYK 0.41 0 0.75 0.64
HSL 92.57º 0.6% 0.23% -
HSV(B) 92.57º 0.75% 0.36% -
XYZ 5.64 8.7 2.19 -
YUV 73.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 55 93 23 0.41 0 0.75 0.64 92.57 0.6 0.23
Hex 37 5D 17 29 0 4B 40 5D 3C 17
Octal 67 135 27 51 0 113 100 135 74 27
Binary 110111 1011101 10111 101001 0 1001011 1000000 1011101 111100 10111

Color Harmonies of #375D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D17

Black with #375D17

Text Example


Text Example

White with #375D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375D17; }

 p { color: rgb(55,93,23); }

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

background-color css

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

 a { background-color: rgb(55,93,23); }

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

border-color css

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

 span { border-color: rgb(55,93,23); }

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