Html Css Color HEX #375B1D Dell

📋 copy color: '#375B1D'

red 55 ◦ green 91 ◦ blue 29

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

Shades of Dell #375B1D

Tints of Dell #375B1D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 31.43%
G = 52%
B = 16.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#375B1D (or 0x375B1D) is known color: Dell. HEX triplet: 37, 5B and 1D. RGB value is (55,91,29). Sum of RGB (Red+Green+Blue) = 55+91+29=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #375B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B1D is #C8A4E2. Grayscale: #494949. Windows color (decimal): -13149411 or 1923895. OLE color: 1923895.

HSL color Cylindrical-coordinate representation of color #375B1D: hue angle of 94.84º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375B1D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 91 29 -
CMYK 0.40 0 0.68 0.64
HSL 94.84º 0.52% 0.24% -
HSV(B) 94.84º 0.68% 0.36% -
XYZ 5.54 8.38 2.49 -
YUV 73.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 55 91 29 0.40 0 0.68 0.64 94.84 0.52 0.24
Hex 37 5B 1D 28 0 44 40 5F 34 18
Octal 67 133 35 50 0 104 100 137 64 30
Binary 110111 1011011 11101 101000 0 1000100 1000000 1011111 110100 11000

Color Harmonies of #375B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B1D

Black with #375B1D

Text Example


Text Example

White with #375B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,29); }

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

background-color css

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

 a { background-color: rgb(55,91,29); }

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

border-color css

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

 span { border-color: rgb(55,91,29); }

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