Html Css Color HEX #375D16 Dell

📋 copy color: '#375D16'

red 55 ◦ green 93 ◦ blue 22

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

Shades of Dell #375D16

Tints of Dell #375D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 32.35%
G = 54.71%
B = 12.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#375D16 (or 0x375D16) is known color: Dell. HEX triplet: 37, 5D and 16. RGB value is (55,93,22). Sum of RGB (Red+Green+Blue) = 55+93+22=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #375D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D16 is #C8A2E9. Grayscale: #494949. Windows color (decimal): -13148906 or 1465655. OLE color: 1465655.

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

Color convert

RGB 55 93 22 -
CMYK 0.41 0 0.76 0.64
HSL 92.11º 0.62% 0.23% -
HSV(B) 92.11º 0.76% 0.36% -
XYZ 5.63 8.7 2.14 -
YUV 73.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 55 93 22 0.41 0 0.76 0.64 92.11 0.62 0.23
Hex 37 5D 16 29 0 4C 40 5C 3E 17
Octal 67 135 26 51 0 114 100 134 76 27
Binary 110111 1011101 10110 101001 0 1001100 1000000 1011100 111110 10111

Color Harmonies of #375D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D16

Black with #375D16

Text Example


Text Example

White with #375D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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