Html Css Color HEX #375E1F Dell

📋 copy color: '#375E1F'

red 55 ◦ green 94 ◦ blue 31

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

Shades of Dell #375E1F

Tints of Dell #375E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 52.22%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 30.56%
G = 52.22%
B = 17.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#375E1F (or 0x375E1F) is known color: Dell. HEX triplet: 37, 5E and 1F. RGB value is (55,94,31). Sum of RGB (Red+Green+Blue) = 55+94+31=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #375E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E1F is #C8A1E0. Grayscale: #4B4B4B. Windows color (decimal): -13148641 or 2055735. OLE color: 2055735.

HSL color Cylindrical-coordinate representation of color #375E1F: hue angle of 97.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375E1F is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 94 31 -
CMYK 0.41 0 0.67 0.63
HSL 97.14º 0.5% 0.25% -
HSV(B) 97.14º 0.67% 0.37% -
XYZ 5.83 8.92 2.71 -
YUV 75.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 55 94 31 0.41 0 0.67 0.63 97.14 0.5 0.25
Hex 37 5E 1F 29 0 43 3F 61 32 19
Octal 67 136 37 51 0 103 77 141 62 31
Binary 110111 1011110 11111 101001 0 1000011 111111 1100001 110010 11001

Color Harmonies of #375E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E1F

Black with #375E1F

Text Example


Text Example

White with #375E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,31); }

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

background-color css

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

 a { background-color: rgb(55,94,31); }

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

border-color css

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

 span { border-color: rgb(55,94,31); }

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