Html Css Color HEX #375D18 Dell

📋 copy color: '#375D18'

red 55 ◦ green 93 ◦ blue 24

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

Shades of Dell #375D18

Tints of Dell #375D18

RGB

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

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

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

R = 31.98%
G = 54.07%
B = 13.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#375D18 (or 0x375D18) is known color: Dell. HEX triplet: 37, 5D and 18. RGB value is (55,93,24). Sum of RGB (Red+Green+Blue) = 55+93+24=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #375D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D18 is #C8A2E7. Grayscale: #4A4A4A. Windows color (decimal): -13148904 or 1596727. OLE color: 1596727.

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

Color convert

RGB 55 93 24 -
CMYK 0.41 0 0.74 0.64
HSL 93.04º 0.59% 0.23% -
HSV(B) 93.04º 0.74% 0.36% -
XYZ 5.65 8.71 2.25 -
YUV 73.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 55 93 24 0.41 0 0.74 0.64 93.04 0.59 0.23
Hex 37 5D 18 29 0 4A 40 5D 3B 17
Octal 67 135 30 51 0 112 100 135 73 27
Binary 110111 1011101 11000 101001 0 1001010 1000000 1011101 111011 10111

Color Harmonies of #375D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D18

Black with #375D18

Text Example


Text Example

White with #375D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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