Html Css Color HEX #375D1A Dell

📋 copy color: '#375D1A'

red 55 ◦ green 93 ◦ blue 26

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

Shades of Dell #375D1A

Tints of Dell #375D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 31.61%
G = 53.45%
B = 14.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#375D1A (or 0x375D1A) is known color: Dell. HEX triplet: 37, 5D and 1A. RGB value is (55,93,26). Sum of RGB (Red+Green+Blue) = 55+93+26=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #375D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D1A is #C8A2E5. Grayscale: #4A4A4A. Windows color (decimal): -13148902 or 1727799. OLE color: 1727799.

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

Color convert

RGB 55 93 26 -
CMYK 0.41 0 0.72 0.64
HSL 94.03º 0.56% 0.23% -
HSV(B) 94.03º 0.72% 0.36% -
XYZ 5.68 8.72 2.36 -
YUV 74 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 55 93 26 0.41 0 0.72 0.64 94.03 0.56 0.23
Hex 37 5D 1A 29 0 48 40 5E 38 17
Octal 67 135 32 51 0 110 100 136 70 27
Binary 110111 1011101 11010 101001 0 1001000 1000000 1011110 111000 10111

Color Harmonies of #375D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D1A

Black with #375D1A

Text Example


Text Example

White with #375D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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