Html Css Color HEX #375F1D Dell

📋 copy color: '#375F1D'

red 55 ◦ green 95 ◦ blue 29

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

Shades of Dell #375F1D

Tints of Dell #375F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.07%

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

R = 30.73%
G = 53.07%
B = 16.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#375F1D (or 0x375F1D) is known color: Dell. HEX triplet: 37, 5F and 1D. RGB value is (55,95,29). Sum of RGB (Red+Green+Blue) = 55+95+29=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #375F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F1D is #C8A0E2. Grayscale: #4B4B4B. Windows color (decimal): -13148387 or 1924919. OLE color: 1924919.

HSL color Cylindrical-coordinate representation of color #375F1D: hue angle of 96.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #375F1D is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 95 29 -
CMYK 0.42 0 0.69 0.63
HSL 96.36º 0.53% 0.24% -
HSV(B) 96.36º 0.69% 0.37% -
XYZ 5.89 9.09 2.61 -
YUV 75.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 55 95 29 0.42 0 0.69 0.63 96.36 0.53 0.24
Hex 37 5F 1D 2A 0 45 3F 60 35 18
Octal 67 137 35 52 0 105 77 140 65 30
Binary 110111 1011111 11101 101010 0 1000101 111111 1100000 110101 11000

Color Harmonies of #375F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F1D

Black with #375F1D

Text Example


Text Example

White with #375F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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