Html Css Color HEX #375C1E Dell

📋 copy color: '#375C1E'

red 55 ◦ green 92 ◦ blue 30

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

Shades of Dell #375C1E

Tints of Dell #375C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 51.98%

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

R = 31.07%
G = 51.98%
B = 16.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#375C1E (or 0x375C1E) is known color: Dell. HEX triplet: 37, 5C and 1E. RGB value is (55,92,30). Sum of RGB (Red+Green+Blue) = 55+92+30=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #375C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C1E is #C8A3E1. Grayscale: #4A4A4A. Windows color (decimal): -13149154 or 1989687. OLE color: 1989687.

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

Color convert

RGB 55 92 30 -
CMYK 0.40 0 0.67 0.64
HSL 95.81º 0.51% 0.24% -
HSV(B) 95.81º 0.67% 0.36% -
XYZ 5.64 8.56 2.58 -
YUV 73.87 103.24 114.54 -
System Red Green Blue C M Y K H S L
Decimal 55 92 30 0.40 0 0.67 0.64 95.81 0.51 0.24
Hex 37 5C 1E 28 0 43 40 60 33 18
Octal 67 134 36 50 0 103 100 140 63 30
Binary 110111 1011100 11110 101000 0 1000011 1000000 1100000 110011 11000

Color Harmonies of #375C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C1E

Black with #375C1E

Text Example


Text Example

White with #375C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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