Html Css Color HEX #37601B Dell

📋 copy color: '#37601B'

red 55 ◦ green 96 ◦ blue 27

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

Shades of Dell #37601B

Tints of Dell #37601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 30.9%
G = 53.93%
B = 15.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#37601B (or 0x37601B) is known color: Dell. HEX triplet: 37, 60 and 1B. RGB value is (55,96,27). Sum of RGB (Red+Green+Blue) = 55+96+27=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #37601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37601B is #C89FE4. Grayscale: #4C4C4C. Windows color (decimal): -13148133 or 1794103. OLE color: 1794103.

HSL color Cylindrical-coordinate representation of color #37601B: hue angle of 95.65º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37601B is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 27 -
CMYK 0.43 0 0.72 0.62
HSL 95.65º 0.56% 0.24% -
HSV(B) 95.65º 0.72% 0.38% -
XYZ 5.96 9.26 2.51 -
YUV 75.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 55 96 27 0.43 0 0.72 0.62 95.65 0.56 0.24
Hex 37 60 1B 2B 0 48 3E 60 38 18
Octal 67 140 33 53 0 110 76 140 70 30
Binary 110111 1100000 11011 101011 0 1001000 111110 1100000 111000 11000

Color Harmonies of #37601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37601B

Black with #37601B

Text Example


Text Example

White with #37601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37601B; }

 p { color: rgb(55,96,27); }

 H1.HeaderClassName
 {
   color: #37601B;
 }
 .AnyTagClassName
 {
   color: #37601B;
 }
</style>

background-color css

<style>
 a { background-color: #37601B; }

 a { background-color: rgb(55,96,27); }

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

border-color css

<style>
 span { border-color: #37601B; }

 span { border-color: rgb(55,96,27); }

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