Html Css Color HEX #375E1E Dell

📋 copy color: '#375E1E'

red 55 ◦ green 94 ◦ blue 30

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

Shades of Dell #375E1E

Tints of Dell #375E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.76%

R = 30.73%
G = 52.51%
B = 16.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#375E1E (or 0x375E1E) is known color: Dell. HEX triplet: 37, 5E and 1E. RGB value is (55,94,30). Sum of RGB (Red+Green+Blue) = 55+94+30=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 94 (37.11% from 255 or 52.51% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 94 - color contains mainly: green. Hex color #375E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E1E is #C8A1E1. Grayscale: #4B4B4B. Windows color (decimal): -13148642 or 1990199. OLE color: 1990199.

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

Color convert

RGB 55 94 30 -
CMYK 0.41 0 0.68 0.63
HSL 96.56º 0.52% 0.24% -
HSV(B) 96.56º 0.68% 0.37% -
XYZ 5.81 8.91 2.64 -
YUV 75.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 55 94 30 0.41 0 0.68 0.63 96.56 0.52 0.24
Hex 37 5E 1E 29 0 44 3F 61 34 18
Octal 67 136 36 51 0 104 77 141 64 30
Binary 110111 1011110 11110 101001 0 1000100 111111 1100001 110100 11000

Color Harmonies of #375E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E1E

Black with #375E1E

Text Example


Text Example

White with #375E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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