Html Css Color HEX #37601A Dell

📋 copy color: '#37601A'

red 55 ◦ green 96 ◦ blue 26

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

Shades of Dell #37601A

Tints of Dell #37601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 31.07%
G = 54.24%
B = 14.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#37601A (or 0x37601A) is known color: Dell. HEX triplet: 37, 60 and 1A. RGB value is (55,96,26). Sum of RGB (Red+Green+Blue) = 55+96+26=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #37601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37601A is #C89FE5. Grayscale: #4C4C4C. Windows color (decimal): -13148134 or 1728567. OLE color: 1728567.

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

Color convert

RGB 55 96 26 -
CMYK 0.43 0 0.73 0.62
HSL 95.14º 0.57% 0.24% -
HSV(B) 95.14º 0.73% 0.38% -
XYZ 5.94 9.25 2.45 -
YUV 75.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 55 96 26 0.43 0 0.73 0.62 95.14 0.57 0.24
Hex 37 60 1A 2B 0 49 3E 5F 39 18
Octal 67 140 32 53 0 111 76 137 71 30
Binary 110111 1100000 11010 101011 0 1001001 111110 1011111 111001 11000

Color Harmonies of #37601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37601A

Black with #37601A

Text Example


Text Example

White with #37601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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